MCP

remove_auth_provider_tool

remove_auth_provider_tool

Use remove_auth_provider_tool to remove stored credentials for an authentication provider.

#Signature

remove_auth_provider_tool(provider, account_id = null) -> JSON string

#Parameters

  • provider: auth provider key, such as google, slack, or discord
  • account_id: optional account ID; omit it to remove all credentials for the provider

#Returns

  • provider
  • removed: true when credentials were found and removed
  • account_id when supplied

Removing credentials stops authenticated connector operations such as background polling, but does not delete already indexed graph data.