WorkOS
user_management.users.connected_accounts.delete
Disconnects WorkOS's account for the user, including removing any stored access and refresh tokens. The user will need to reauthorize if they want to reconnect. This does not revoke access on the provider side.
Remote workos
Other tools also called user_management.users.connected_accounts.delete?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "The slug identifier of the provider (e.g., `github`, `slack`, `notion`)."
},
"user_id": {
"type": "string",
"description": "A [User](/reference/authkit/user) identifier."
},
"organization_id": {
"type": "string",
"description": "An [Organization](/reference/organization) identifier. Optional parameter if the connection is scoped to an organization."
}
}
}