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

# Delete connection

`DELETE /v3/connections/{provider}`

Delete connection for a specific provider and container tags

## Path parameters

- `provider` 'notion' | 'google-drive' | 'onedrive' | 'gmail' | 'github' | 'web-crawler' | 's3', required

## Request body

- object
  - `containerTags` string[], required — Optional comma-separated list of container tags to filter connections by

## Response `200`

Connection deleted successfully

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

## Other responses

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

## Changes

- **2026-01-28** `228aa031e151` — 1 info
  - api operation id `deleteV3Connections:provider` removed and replaced with `deleteV3ConnectionsByProvider`
- **2026-01-09** `5265b03b27de` — 1 info
  - added the new enum value `gmail` to the `path` request parameter `provider`
- **2025-12-29** `7bde50443b51` — 1 info
  - added the new enum value `s3` to the `path` request parameter `provider`

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

---

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