Integrations

Disconnect an integration connection

Disconnect an integration connection (soft delete). Always succeeds regardless of stored credential state; cached vendor catalogs and routing derived from the connection are removed.

delete/integrations/connections/{connectionId}

Path parameters

connectionIdstring uuid required

Connection ID to disconnect.

Request body

organizationIdstring

Organization the connection belongs to. Auto-filled from CLI and SDK context when omitted. User tokens must supply it unless the credential's fixed scope resolves it; secret keys may omit it (the key's organization applies).

Response

OK

{"stackTrail":"paths:/integrations/connections/{connectionId}:delete:responses:200:content:application/json:schema:properties:success","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 4 revisions of this API.