DELETE /customers/cust_789
204 No Content
Customers
Delete customer
Deletes a customer by its id
DELETE
/
customers
/
{id}
DELETE /customers/cust_789
204 No Content
Deletes a customer from the system.
Path parameters
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
Was this page helpful?