Endpoints Reference
Customer Sub-Accounts

Remove a Customer sub-account

DELETE
/v1/{siteEnv}/{siteId}/sub-accounts/{customer_external_id}

Remove a customer sub-account from the specific platform, ensuring the account can no longer interact with the parent account. Platforms may prevent the deletion of customers which have orders, for this reason it is recommended that the parent_customer_external_id attribute is removed from the customer object rather than actual deletion.

Path Parameters
siteEnv
*
siteId
*
customer_external_id
*
Responses
204
Successful operation
401
Auth Failure
404
Customer not found
500
System Exception