DELETE /customers/cust_789
204 No Content
Deletes a customer by its id
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the customer to delete.
Customer successfully deleted