Unassign a mapping from a role
DELETE/roles/:roleId/mappings/:mappingId
Unassigns a mapping from a role.
Request
Responses
- 202
- 400
- 403
- 404
- 500
The mapping was unassigned successfully from the role.
The provided data is not valid.
Forbidden. The request is not allowed.
The role or mapping with the given ID was not found.
An internal error occurred while processing the request.