---
title: "Deletes a specific log file for the environment"
method: DELETE
path: "/monitoring/{owner}/environments/{environment}/logs/{log}"
tags: ["monitoring"]
---

# Deletes a specific log file for the environment

`DELETE /monitoring/{owner}/environments/{environment}/logs/{log}`

## Path parameters

- `owner` string, required
- `environment` string, required
- `log` string, required

## Response `204`

Specified log file were deleted

## Other responses

- `403` — User does not have permission to manage logs from environments with the given owner
- `404` — The given environment or log file does not exist

---

[API](https://skmtc.dev/determined-ai/apis/launcher-api.md) · [All operations](https://skmtc.dev/determined-ai/apis/launcher-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/determined-ai/launcher-api/revisions/33885ccfb9ac/schema)
