WorkOS
user_management.organization_memberships.delete
Permanently deletes an existing organization membership. It cannot be undone.
Remote workos
Other tools also called user_management.organization_memberships.delete?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The unique ID of the organization membership."
}
}
}