---
title: "Removes a terminated environment"
method: DELETE
path: "/terminated/{owner}/environments/{environment}"
tags: ["terminated"]
---

# Removes a terminated environment

`DELETE /terminated/{owner}/environments/{environment}`

## Path parameters

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

## Response `204`

The terminated environment was deleted

## Other responses

- `403` — User does not have permission to manage terminated environment with the given owner
- `404` — The given environment does not exist or has already been deleted permanently

---

[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)
