/customers/id
Delete an existing customer.
Only customers without orders can be deleted.
URL parameters
Parameters that you can append to the URL, for example: ?parameter=value
Title | Type | Description | Required? |
---|---|---|---|
id | int | ID of a single customer to delete. Can be used after the slash. Example: customers/27 delete customer with ID 27 | Yes |
DELETE https://mystore.commercehq.com/api/v1/customers/30
204 No Content
[]