DeleteUser - DELETE
|
Path |
/api/users/{userId} |
|---|---|
|
Http Method |
DELETE |
Overview
NO LICENSE
Delete user, and its access rights.
This removes the data of the user, and clears its access rights. But if the user re-connects through SSO, a new entry will be created for them (with no access rights, naturally).
A user cannot delete themselves.
Required permissions
-
Global administration privileges. ADMIN
Request
Path parameters
|
Parameter |
Type |
Required |
Description |
Example |
|---|---|---|---|---|
|
userId |
string |
Yes |
The Id of the user, generated on creation. |
099ec495a1b548efa43b15da09262c20 |
Response
Success response (200 OK)
No data is returned.