---
title: "Delete connection by ID"
method: DELETE
path: "/v3/connections/{connectionId}"
tags: ["Connections"]
---

# Delete connection by ID

`DELETE /v3/connections/{connectionId}`

Delete a specific connection by ID

## Path parameters

- `connectionId` string, required

## Query parameters

- `deleteDocuments` string

## Response `200`

Connection deleted successfully

- object[]
  - `id` string, required
  - `provider` string, required

## Other responses

- `401` — Unauthorized
- `404` — Connection not found
- `500` — Internal server error

## Changes

- **2026-08-15** `b8c2dbc8f2b5` — 3 breaking
  - the response's body type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the required property `id` from the response with the `200` status
  - removed the required property `provider` from the response with the `200` status

[Change history](https://skmtc.dev/supermemory/apis/supermemory-api/changes/v3/connections/:connectionId/delete.md)

---

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