Customer API
Delete Customer
DELETE
/
api
/
delete_customer
/
This endpoint deletes an existing Customer. You cannot delete a customer that has children. You must either delete the child customers first or remove the parent relationship from each child.
Body
current_token
string
requiredThis is the current Customer token you have for the Customer you want to delete
Response
success
number
Indicates whether the call was successful. 1 if successful, 0 if not.