Smithery

mcp.servers.instances.delete

Removes a user instance from the MCP server and deletes all connected accounts for that user that are associated with the auth configurations of this specific MCP server. Connected accounts for other auth configurations are not affected.

Remote smithery/composio

Other tools also called mcp.servers.instances.delete? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "serverId": {
      "type": "string",
      "example": "550e8400-e29b-41d4-a716-446655440000",
      "description": "The ID of the MCP server"
    },
    "instanceId": {
      "type": "string",
      "example": "user_123456",
      "description": "The instance ID (user ID) to delete"
    }
  }
}