---
title: "Delete archived event logs"
method: DELETE
path: "/archived-logs/events"
tags: ["archived-logs"]
---

# Delete archived event logs

`DELETE /archived-logs/events`

Deletes archived event logs for the specified time period.

## Response `200`

A successful response containing the deleted archived logs.

- ArchivedLog[] — The available archived logs.
  - `href` string, required — The endpoint for the resource
  - `ranges` Range[], required — Details of the available archived logs.
    - `from` string, required — An iso8601 formatted timestamp
    - `to` string, required — An iso8601 formatted timestamp
    - `count` integer, required — The number of logs in the file.
    - `state` 'ready' | 'archived' | 'restoring' — The archive state of the file.
    - `size` integer — The size of the file in bytes.

---

[API](https://skmtc.dev/webscale/apis/webscale-apis.md) · [All operations](https://skmtc.dev/webscale/apis/webscale-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/webscale/webscale-apis/revisions/c98d872b50cb/schema)
