Deactivates the user with the specified id.

A deactivated user can no longer sign in. This is only possible if the user is not the last admin user. <Check title="Required Permissions" icon="key">The user must be an admin or have `user-manage-config:write` permissions.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

userIdstringRequiredformat: "uuid"
The id of the user.

Response

No Content

Errors