WorkOS
user_management.users.delete
Permanently deletes a user in the current environment. It cannot be undone.
Remote workos
Other tools also called user_management.users.delete?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The unique ID of the user."
}
}
}