Delete Customer
BetaDELETE
/v1/sales/customers/{id}This endpoint is idempotent. Learn more
Deletes a customer.
Fails with a conflict error if any sales orders still reference the customer; delete or reassign those orders, or merge the customer into another first.
Permissions requiredValues:customers:delete
The role behind your API key or agent must grant every one of these permissions.
idstringCustomer ID.
Responses
200
Successful response for Delete Customer