Skip to main content
DELETE
/
connections
/
{connection_id}
Remove Connection
curl --request DELETE \
  --url https://api.offlineprotocol.com/api/v1/connections/{connection_id} \
  --header 'Authorization: Bearer <token>'
{
  "data": "<any>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

connection_id
string<uuid>
required

The ID of the connection to remove

Response

200 - application/json

Connection removed

data
any
I