Customers
Delete customer
Permanently delete a customer from your program
DELETE
Delete customer
Endpoint
Parameters
You can identify the customer by path parameter or request body:| Parameter | Location | Type | Description |
|---|---|---|---|
key | path | string | Customer’s unique key in the URL |
key | body | string | Customer’s key in the JSON body |
Request
Response
Error responses
| Status | Error | Solution |
|---|---|---|
| 404 | Customer not found | Check the customer key is correct |
Delete customer
