DELETE
/
customers
/
{customer_id}
curl --request DELETE \
  --url https://api.togai.com/customers/{customer_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customer_id
string
required
Maximum length: 50

Response

200 - application/json
success
boolean
required