Skip to main content
DELETE
Disconnect a tax/CRM/storage integration
Deactivates the workspace’s active connection for a (category, provider). The record is kept (soft-disconnect) but its credentials stop being used — the feature that relied on it falls back to the platform’s own configuration, if any. Owner/admin only. To rotate credentials instead, call Connect an Integration again without disconnecting first: it deactivates the old row (and any other active provider in the same category) and inserts a new connection with a new id.

Parameters

Example Request

Response

The response is a bare status object, not a {data} envelope.

Errors

Errors use the standard envelope — see Errors.

Authorizations

Authorization
string
header
required

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

Path Parameters

category
enum<string>
required
Available options:
tax,
crm,
storage
provider
string
required

Response

Disconnected.

status
string
Allowed value: "disconnected"