Remove a Key
Remove a machine users key by the given key ID and an optionally given user ID.
Required permission:
- user.write
curl -X DELETE "https://loading/v2/users/string/keys/string"{
"deletionDate": "2023-01-15T01:30:15.01Z"
}Was this page helpful?
Reactivate user
Reactivate user: Reactivate a user with the state 'deactivated'. The user will be able to log in again afterward. The endpoint returns an error if the user is not in the state 'deactivated'..
Remove a Personal Access Token
Remove a Personal Access Token: Removes a machine users personal access token by the given token ID and an optionally given user ID. Required permission: