v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
userManagement

Delete a user.

Delete a user with the given identifier from the organization and transfer their content to the user with the identifier specified in "transferTo".

delete/v1/users/{id}

Path parameters

idstring required

Identifier of the user to delete.

Query parameters

transferTostring

Identifier of the user to receive the transfer of content from the deleted user. <br> Note: If deleteContent is not set to true, and no user identifier is specified in transferTo, content from the deleted user is transferred to the executing user.

deleteContentboolean

Whether to delete content from the deleted user or not. <br> Warning: If deleteContent is set to true, all of the content for the user being deleted is permanently deleted and cannot be recovered.

Response

User was deleted successfully.