Appearance
DELETE
/admin/user/users/{userId}Required scope:
viskan:user:deleteDeletes a user from the system. In setups with connected tenants, the user will be removed from all of the connected tenants.
Parameters
Path parameters
userId string Format:
uuidThe identifier of the user to delete.
Response
The user was successfully removed.
| Error code | Description |
|---|---|
user-not-found | No user was found with the given ID. |