title: Delete Connection keywords:
- delete connection
- delete
- connection
Delete a user's connection/credential.
DELETEhttps://api.aitronos.com/v1/personal-connectors/connections/{credential_id}
credential_id string required
The credential id parameter.
organization_id string required
Organization ID
id string
Deleted connection/credential ID
deleted boolean
Whether the deletion was successful
cURL
- Bash
- Python
- JavaScript
curl -X DELETE "https://api.aitronos.com/v1/personal-connectors/connections/{credential_id}" \
-H "X-API-Key: $FREDDY_API_KEY"Response:
200 OK
{
"id": "conn_abc123def456",
"deleted": true
}