---
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' | 'granola', 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

---

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