Customers
Delete a customer
DELETE
/
customers
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
integer
requiredCustomer ID.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Customer ID.