Skip to main content
DELETE
/
customers
/
{id}
DELETE /customers/cust_789
204 No Content
Deletes a customer from the system.

Path parameters

id
string
required
The unique identifier for the customer to delete

Response

Returns HTTP 204 No Content on successful deletion.
DELETE /customers/cust_789
204 No Content

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The unique identifier of the customer to delete.

Response

Customer successfully deleted