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
sf_… API key in the bearerAuth field below.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
1 <= length1 <= lengthQuery Parameters
"true"Value in
- "true"
- "false"
Response Body
application/json
curl -X DELETE "https://example.com/companies/string/integrations/string"{ "success": true}Retrieve integration
Retrieve one integration by id, including its connection state and last sync. Use this to diagnose a bank connection that has stopped importing. Returns 404 if the integration does not exist or belongs to another company.
List comments
List comments. Comments are always attached to a transaction, which is how teams discuss what a payment was for. Pass `transactionId` to get the thread on one transaction; omit it to get every comment in the company.