cURL
curl --request DELETE \ --url https://api.cyberdesk.io/v1/request-logs/{log_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Delete a request log (not typically used - logs are kept for analytics).
The log must belong to a machine owned by the authenticated organization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Was this page helpful?