Delete customer

Permanently deletes a customer by its ID.

Note: A customer can only be deleted if they have no linked deals. Check the isDeletable field in the GET response to verify if deletion is possible.

Path Parameters

ParameterTypeRequiredDescription
idintegerYesCustomer unique identifier

Response

  • 204 No Content: Customer successfully deleted
  • 400 Bad Request: Cannot delete customer with linked deals
  • 401 Unauthorized: Invalid or missing API key
  • 404 Not Found: Customer not found
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required
Responses
204

Resource deleted

401

Unauthorized

404

Resource not found

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!