Skip to main content
POST
/
api
/
unenroll
Unenroll Merchant
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

Headers

X-API-Key
string
required

Your API key. Sent in the X-API-Key header.

Body

application/json
descriptor_id
string
required

Response

200 - application/json

OK

The response is of type integer.

I