roles_delete_role_assignment
Remove a role assignment from a user to revoke their role permissions. Requires admin access. Reassign the user to another role.
Instructions
Delete a role assignment.
Removes a role from a user. Requires admin permissions.
Workflow tips:
User will lose role permissions
User should be assigned to another role
Use roles/get_role_assignments to verify removal
Common use cases:
Remove role from user: { "id": 123, "user_id": 456 }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the role | |
| user_id | Yes | ID of the user to remove the role from |