Delete Authorization
DELETE/authorization/:id
Deletes an authorization by id.
Request
Responses
- 204
- 403
- 404
Request successful. This method returns no content.
If the authenticated user is unauthorized to delete the resource instance. See the Introduction for the error response format.
Authorization cannot be found. See the Introduction for the error response format.