Delete a user
Users
Delete a user
Permanently delete a user by ID. The user must not be a collaborator on any resource and must not belong to any team other than “everyone”.
DELETE
Delete a user
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
System-generated user ID.
Example:
"jqfwg345gi25n5ju2yz5iz6m"
Query Parameters
Tenant name override. Defaults to the caller's tenant when omitted.
Response
The user has been deleted.
The response is of type DeleteUserResponse · object.