Delete a customer

Delete Customer

Permanently deletes a customer record from the system.

⚠️ WARNING: This operation is NOT reversible. Once a customer is deleted, the data cannot be recovered.

Behavior

Successful Deletion

If the customer has no associated jobs, the customer record will be permanently removed from the database.

Protected Deletion (Failure)

If the customer has any jobs associated with them, the deletion will fail with a 400 Bad Request error.

Prerequisites

  • The authenticated employee must have permission to delete customers
  • The customer must have zero jobs associated with them.
Language
Credentials
Header
Click Try It! to start a request and see the response here!