DELETE
/
v1
/
trajectories
/
{trajectory_id}
Delete Trajectory
curl --request DELETE \
  --url https://api.cyberdesk.io/v1/trajectories/{trajectory_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

trajectory_id
string<uuid>
required

Response

204

Successful Response