cURL
curl --request POST \ --url https://api.chargeblast.com/api/unenroll \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <x-api-key>' \ --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.
Your API key. Sent in the X-API-Key header.
X-API-Key
OK
The response is of type integer<int64>.
integer<int64>