Customers
Delete a customer
This API let’s you to delete a customer using customer_id.
DELETE
/
customers
/
{customer_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
customer_id
string
requiredMaximum length:
50
Response
200 - application/json
success
boolean
required