Delete authorization
DELETE/authorizations/:authorizationKey
Deletes the authorization with the given key.
Request
Responses
- 204
- 401
- 404
- 500
The authorization was deleted successfully.
The request lacks valid authentication credentials.
The authorization with the authorizationKey was not found.
An internal error occurred while processing the request.