Skip to content
Get started

Delete connection

DELETE/v3/connections/{provider}

Delete connection for a specific provider and container tags

Path ParametersExpand Collapse
provider: "notion" or "google-drive" or "onedrive" or 4 more
One of the following:
"notion"
"google-drive"
"onedrive"
"gmail"
"github"
"web-crawler"
"s3"
Body ParametersJSONExpand Collapse
containerTags: array of string

Optional comma-separated list of container tags to filter connections by

ReturnsExpand Collapse
id: string
provider: string

Delete connection

curl https://api.supermemory.ai/v3/connections/$PROVIDER \
    -X DELETE \
    -H "Authorization: Bearer $SUPERMEMORY_API_KEY"
{
  "id": "id",
  "provider": "provider"
}
Returns Examples
{
  "id": "id",
  "provider": "provider"
}