DELETE
/organization/users/{user_id}/roles/{role_id}Unassign organization role from user
Unassigns an organization role from a user within the organization.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
user_idstringrequired
The ID of the user to modify.
role_idstringrequired
The ID of the organization role to remove from the user.
200Organization role unassigned from the user successfully.
objectstringrequired
Identifier for the deleted assignment, such as `group.role.deleted` or `user.role.deleted`.
deletedbooleanrequired
Whether the assignment was removed.
429The request was rejected because a rate limit was exceeded.
errorobjectrequired
Error handling
A 429 is returned: The request was rejected because a rate limit was exceeded.