POST
/
api
/
unenroll
curl --request POST \
  --url https://api.chargeblast.com/api/unenroll \
  --header 'Content-Type: application/json' \
  --data '{
  "descriptor_id": "<string>"
}'
123

Query Parameters

api_key
string
required

Body

application/json
descriptor_id
string
required

Response

200 - application/json
OK

The response is of type integer.