Endpoints Reference
Customer Sub-Accounts
Remove a Customer sub-account
DELETE
/v1/{siteEnv}/{siteId}/sub-accounts/{customer_external_id}
PATH PARAMETERS
siteEnv
string
*Example: live
siteId
string
*Example: bobs-store
customer_external_id
string
*Platform ID of Customer
RESPONSES
204
Successful operation
401
Auth Failure
404
Customer not found
500
System Exception