Disconnect a customer from its parent customer
POST/api/v3/customer/:customer_id/_action/disconnectParent
Allows you to disconnect a child customer from its parent customer via POST API Request.
A customer's parent can only be disconnected if its parent has not made a payment for the customer.
Note you can also disconnect a parent by updating the customer and setting its parent_customer_id to null
Request
Responses
- 200
- 400
- 401
Action completed successfully
Bad request
Authentication error