Skip to main content
DELETE
/
v1
/
connections
/
{connection_id}
Delete Connection
curl --request DELETE \
  --url https://api.cyberdesk.io/v1/connections/{connection_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

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

Successful Response