---
title: "Delete a dataset log"
method: DELETE
path: "/api/datasets/{dataset_id}/logs/{unique_id}/"
tags: ["datasets"]
---

# Delete a dataset log

`DELETE /api/datasets/{dataset_id}/logs/{unique_id}/`

Remove a single log from a dataset.

## Path parameters

- `dataset_id` string, required
- `unique_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Successful response

## Other responses

- `401` — Unauthorized - Missing/invalid authentication

## Changes

> 6 revisions in range; 3 could not be searched.

- **2026-07-31** `c26d550029f8` — 1 info
  - removed the non-success response with the status `401`

[Change history](https://skmtc.dev/keywordsai/apis/api-reference/changes/api/datasets/:dataset_id/logs/:unique_id/delete.md)

---

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