DELETE
/
customers
/
{id}
curl -X DELETE \
 /customers/{id} \
 --header "Authorization: Bearer <token>"
This response does not have an example.

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Path Parameters

id
string
required

Customer identifier

Response

204
_mintlify/placeholder

The customer was deleted.