WorkOS
user_management.invitations.revoke
Revokes an existing invitation.
Remote workos
Other tools also called user_management.invitations.revoke?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The unique ID of the invitation."
}
}
}