DELETE /v1/connections/\{connectionId\}
Service: integrations · operationId: (none)
Required scopes
(no scope declared — review service config)
Path parameters
connectionId(string) required —
Query parameters
userId(string) required —
Responses
200 Connection disconnected
{
"type": "object",
"properties": {
"success": {
"type": "boolean"
}
},
"required": [
"success"
]
}403 Forbidden
{
"type": "object",
"properties": {
"error": {
"type": "string"
},
"message": {
"type": "string"
}
},
"required": [
"error",
"message"
]
}404 Not found
{
"type": "object",
"properties": {
"error": {
"type": "string"
},
"message": {
"type": "string"
}
},
"required": [
"error",
"message"
]
}Example
curl -X DELETE https://integrations.platform.loop.health/v1/connections/{connectionId} \
-H "Authorization: Bearer $ACCESS_TOKEN"Related
services/integrations— service overview- All endpoints — directory across services
- Auth model — how scopes are enforced