Dezaktywowanie profilu OneClick lub recurring Run in API Explorer
Ask AI
POST
/{merchantId}/profile/deactivate
curl \
--request POST 'https://api.imoje.pl/v1/merchant/{merchantId}/profile/deactivate' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"paymentProfileId":"46f095b4-be6f-4ea0-8052-475ac8fbf218"}'
Request example
{
"paymentProfileId": "46f095b4-be6f-4ea0-8052-475ac8fbf218"
}