Skip to main content
DELETE
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.

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