Disconnect an integration

Disconnects an existing integration for an entity by removing it from the Unified Connections table

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
entityIdstringRequired
The ID of the entity that owns the integration
integrationTypestringRequired

The type of integration to disconnect (must match connectionType in Unified Connections)

connectionIdstringRequired

The specific connection ID of the integration to disconnect (for targeting specific QBO instances)

deleteRelatedAccountsbooleanOptionalDefaults to false
Whether to delete related bank accounts created by this integration

Response

Integration disconnected successfully
successboolean or null
messagestring or null

Errors