Deactivates the profile with the identifier provided in the request Run in API Explorer
Ask AI
POST
/merchant/{merchantId}/profile/deactivate
curl \
--request POST 'https://api.sandbox.axepta.pl/v1/merchant/{merchantId}/profile/deactivate' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"paymentProfileId":"000eec9b-7248-4dae-98f2-56aab6a53927"}'
Request example
{
"paymentProfileId": "000eec9b-7248-4dae-98f2-56aab6a53927"
}