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>"
}
'123Pass in a given descriptor_id to unenroll merchant’s descriptor. Ethoca alerts take 48 hours to confirm unenrollment, RDR ~2 weeks, CDRN ~24 hours.
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