WorkOS
user_management.users.authorized_applications.delete
Delete an existing Authorized Connect Application.
Remote workos
Other tools also called user_management.users.authorized_applications.delete?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"user_id": {
"type": "string",
"description": "The ID of the user."
},
"application_id": {
"type": "string",
"description": "The ID or client ID of the application."
}
}
}