Connections
Delete connection
Delete connection for a specific provider and container tags
delete/v3/connections/{provider}
Path parameters
provider'notion' | 'google-drive' | 'onedrive' | 'gmail' | 'github' | 'web-crawler' | 's3' required
Request body
Example request
{
"containerTags": [
"user_123",
"project_123"
]
}Response
Connection deleted successfully