v1
latestOpenAPI 3.0.32026-08-06138294578.6 KBUsers
Delete Current Org User
Deletes a user from the caller's current organization.
🚧 This action is permanent. The user is immediately removed from the organization and loses access to all resources within it. This cannot be undone.
delete/api/organization/users/{id}
Path parameters
idstring uuid required
Unique identifier of the user.
Example:248df4b7-aa70-47b8-a036-33ac447e668d
Unique identifier of the user.
Headers
X-Polytomic-Versionstring
Response
OK
Example response
{
"data": {
"email": "mail@example.com",
"role": "admin",
"role_ids": [
"248df4b7-aa70-47b8-a036-33ac447e668d"
]
}
}