Delete Customer
DELETE/api/Customers/DeleteCustomer/:id
Tier: Public — stable, supported for third-party integration.
Soft deletes a customer.
No in-use guard — a customer can be deleted regardless of any consumer referencing it.
Request
Responses
- 200
- 400
- 401
- 403
true once the customer has been deleted.
Unknown id — NotFound.
Caller is not authenticated.
Caller does not have Delete permission on the Customers module.