DELETE
/
v1
/
connections
/
{connection_id}
Delete Connection
curl --request DELETE \
  --url https://api.cyberdesk.io/v1/connections/{connection_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

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

Response

204

Successful Response