> ## Documentation Index
> Fetch the complete documentation index at: https://docs.keywordsai.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete log

## Authentication

* API key: `Authorization: Bearer <API key>`

Request example:

```bash theme={"system"}
curl -X DELETE "https://api.keywordsai.co/api/datasets/{dataset_id}/logs/{log_id}/" \
  -H "Authorization: Bearer <API key>"
```

Response (204 No Content)

Errors:

* 401 Unauthorized — Missing/invalid authentication
* 404 Not Found — Dataset or log not found
