Customers
DeleteCustomer
Deletes a customer profile from a business.
To delete a customer profile that was created by merging existing profiles, you must use the ID of the newly created profile.
delete/v2/customers/{customer_id}
Path parameters
customer_idstring required
The ID of the customer to delete.
Query parameters
versioninteger
The current version of the customer profile.
As a best practice, you should include this parameter to enable optimistic concurrency control. For more information, see Delete a customer profile.
Response
Success
Example response
{}