Remove a Key
DELETE/v2/users/:userId/keys/:keyId
Remove a machine users key by the given key ID and an optionally given user ID.
Required permission:
- user.write
Request​
Responses​
- 200
- 400
- 401
- 403
- default
The key was either successfully removed or it not found in the first place.
The request is malformed.
Returned when the user is not authenticated.
Returned when the user does not have permission to access the resource.
An unexpected error response.