DELETE
/
v1
/
request-logs
/
{log_id}
Delete Request Log
curl --request DELETE \
  --url https://api.cyberdesk.io/v1/request-logs/{log_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

log_id
string<uuid>
required

Response

204

Successful Response