Skip to main content
DELETE
Disconnect an accounting integration

Path Parameters

Disconnecting an accounting integration is permanent. All sync configuration will be removed and data will stop flowing to the provider. You will need to re-authorize via OAuth to reconnect.

Example Request

Response

Notes

  • Any in-progress sync jobs for this connection will be canceled.
  • Historical data that was already synced to the accounting provider is not deleted.
  • To reconnect the same provider, use the Initiate Accounting OAuth endpoint.
Before disconnecting, check the current sync status using the List Accounting Connections endpoint to ensure no critical sync is in progress.

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Path Parameters

id
string<uuid>
required

Response

Connection removed.

status
string
Allowed value: "disconnected"