Users
Delete user
Deletes a user. By default, this operation fails if the user still owns any content. To proceed, move their owned content first, or use the force parameter to delete the user and their files.
delete/users/{user_id}
Path parameters
user_idstring required
The ID of the user.
Query parameters
notifyboolean
Whether the user will receive email notification of the deletion.
forceboolean
Specifies whether to delete the user even if they still own files.
Response
Removes the user and returns an empty response.