Revoke role assignment from a user
IAM
Revoke Role Assignment from a User
Remove a specific role assignment from a user.
Restrictions:
- Organization admins cannot remove their own admin role
- The last organization admin in an account cannot be removed
DELETE
Revoke role assignment from a user
Authorizations
JWT Bearer token authentication
Path Parameters
The account identifier (external account ID)
Example:
"my-company-account"
The role identifier to revoke
Example:
"project_reader"
The assignee identifier (external user ID)
Example:
"john.doe"
Query Parameters
The type of assignee
Available options:
USER, IAMGROUP Project identifier for project-scoped role assignments
Example:
"project-alpha"
