cURL
curl --request DELETE \ --url https://api.adapter.com/v1/connections/{connection_id}
{ "status": "disconnected", "connection_id": "conn_01abc123" }
Disconnects and removes a connection.
Successful Response
Always 'disconnected'.
"disconnected"
ID of the removed connection.
"conn_01abc123"