Delete connection
DELETE/v3/connections/{provider}
Delete connection for a specific provider and container tags
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"
}