WorkOS
authorization.organization_memberships.role_assignments.delete
Remove a role assignment using its ID.
Remote workos
Other tools also called authorization.organization_memberships.role_assignments.delete?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"role_assignment_id": {
"type": "string",
"description": "The ID of the role assignment to remove."
},
"organization_membership_id": {
"type": "string",
"description": "The ID of the organization membership."
}
}
}