Unassign a role from a mapping rule
DELETE/roles/:roleId/mapping-rules/:mappingRuleId
Unassigns a role from a mapping rule.
Request
Responses
- 202
- 400
- 403
- 404
- 500
The role was unassigned successfully from the mapping rule.
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.