cURL
curl --request POST \ --url https://api.chargeblast.com/api/unenroll \ --header 'Content-Type: application/json' \ --data '{ "descriptor_id": "<string>" }'
123
Pass in a given descriptor_id to unenroll merchant’s descriptor. Ethoca alerts take 48 hours to confirm unenrollment, RDR ~2 weeks, CDRN ~24 hours.
OK
The response is of type integer.
integer