---
title: "Disconnect an integration connection"
method: DELETE
path: "/integrations/connections/{connectionId}"
tags: ["Integrations"]
---

# Disconnect an integration connection

`DELETE /integrations/connections/{connectionId}`

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

## Path parameters

- `connectionId` string, uuid, required — Connection ID to disconnect.

## Request body

- object
  - `organizationId` string — 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 `200`

OK

- object
  - `success` unknown, required

---

[API](https://skmtc.dev/sazabi/apis/sazabi-public-api.md) · [All operations](https://skmtc.dev/sazabi/apis/sazabi-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sazabi/sazabi-public-api/revisions/1d12b71c735a/schema)
