Skip to main content
DELETE
/
v1
/
connections
/
{connection_id}
Disconnect
curl --request DELETE \
  --url https://api.adapter.com/v1/connections/{connection_id}
{
  "status": "disconnected",
  "connection_id": "conn_01abc123"
}

Path Parameters

connection_id
string
required

Response

Successful Response

status
string
required

Always 'disconnected'.

Example:

"disconnected"

connection_id
string
required

ID of the removed connection.

Example:

"conn_01abc123"