Skip to main content
DELETE
/
integrations
/
{provider}
Disconnect an integration
curl --request DELETE \
  --url https://app.myhero.so/integrations/{provider} \
  --header 'Authorization: Bearer <token>'
{
  "data": true
}

Documentation Index

Fetch the complete documentation index at: https://developers.myhero.so/llms.txt

Use this file to discover all available pages before exploring further.

Revokes and removes the OAuth connection for the specified provider from the authenticated user’s account. Returns true on success.

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

provider
enum<string>
required
Available options:
gmail,
outlook,
google_drive,
onedrive,
dropbox,
notion

Response

200 response

data
enum<boolean>
required
Available options:
true