Smithery
connected_accounts.delete
Soft-deletes a connected account by marking it as deleted in the database. This prevents the account from being used for API calls but preserves the record for audit purposes.
Remote smithery/composio
Other tools also called connected_accounts.delete?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"nanoid": {
"type": "string",
"format": "connectedAccountId",
"description": "The unique identifier (nanoid) of the connected account"
}
}
}