Delete Customer

Learn how to delete a customer via the API using the /api/v1/customers/{id}/ URL and the DELETE method. Successful deletion will result in a 200 OK response.

Endpoint

  • Method: DELETE

  • URL: /api/v1/customers/{id}/

  • Description: Deletes a single customer, if requesting manager has access permissions to it.

Request

Path parameter:

  • id — the customer identifier (replace {id} in the URL)

No body, query, or special headers are required by this endpoint (none specified).

Responses

200 OK

Code: 200 OK

Last updated

Was this helpful?