Skip to main content

Delete a user from all accounts

DELETE 

/v1/user-management/:id/recursive

Deletes a user from the main account and all associated sub accounts. Must be run with an API token for the main account.

The user will not be deleted from accounts for which there are no other users. In other words, any accounts where the user is the last user will be skipped. The success message will list accounts that were skipped.

Request

Path Parameters

    id int32required

    ID of the user

    Example: 11300

Responses

successful operation

Loading...