SaaSFlow
DevelopersAPIReferenceintegrations

Delete integration

Disconnect an integration. By default (`convertToManual=true`) the accounts it managed are kept along with their transaction history and switched to manual, so nothing disappears from the books. Pass `convertToManual=false` only when the accounts and their data should go too.

Authentication

You're not signed in. Either sign in at app.saasflow.com and reload (then pick sessionCookie), or paste a SaaSFlow sf_… API key in the bearerAuth field below.
DELETE
/companies/{companyId}/integrations/{integrationId}

Authorization

Authorization<token>

A SaaSFlow API key (format sf_…) or an OAuth bearer token. Paste only the key — the proxy adds the Bearer prefix. Create an API key in Settings → Company settings → API keys — see API keys.

In: header

Path Parameters

companyId*string
Length1 <= length
integrationId*string
Length1 <= length

Query Parameters

convertToManual?string
Default"true"

Value in

  • "true"
  • "false"

Response Body

application/json

curl -X DELETE "https://example.com/companies/string/integrations/string"
{  "success": true}