---
title: "Delete Request Log"
method: DELETE
path: "/v1/request-logs/{log_id}"
tags: ["request-logs"]
---

# Delete Request Log

`DELETE /v1/request-logs/{log_id}`

Delete a request log (not typically used - logs are kept for analytics).

The log must belong to a machine owned by the authenticated organization.

## Path parameters

- `log_id` string, uuid, required

## Headers

- `Idempotency-Key` string

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/cyberdesk-hq/apis/cyberdesk-cloud.md) · [All operations](https://skmtc.net/cyberdesk-hq/apis/cyberdesk-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cyberdesk-hq/cyberdesk-cloud/versions/830d2f48963d/schema)
