Smithery
auth_configs.delete
Soft-deletes an authentication configuration by marking it as deleted in the database. This operation cannot be undone.
Remote smithery/composio
Other tools also called auth_configs.delete?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"nanoid": {
"type": "string",
"format": "authConfigId",
"description": "The unique identifier of the authentication configuration to delete"
}
}
}