/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

TitleTypeDescriptionRequired?
idintID 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
[]