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 asgoogle,slack, ordiscordaccount_id: optional account ID; omit it to remove all credentials for the provider
#Returns
providerremoved: true when credentials were found and removedaccount_idwhen supplied
Removing credentials stops authenticated connector operations such as background polling, but does not delete already indexed graph data.