---
title: "Deletes an environment regardless of status (destructive) which is not the same as terminating it, the environment may still be running but no longer visible to the dispatch server after this operation succeeds"
method: DELETE
path: "/monitoring/{owner}/environments/{environment}/management"
tags: ["monitoring"]
---

# Deletes an environment regardless of status (destructive) which is not the same as terminating it, the environment may still be running but no longer visible to the dispatch server after this operation succeeds

`DELETE /monitoring/{owner}/environments/{environment}/management`

## Path parameters

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

## Response `204`

Environment was deleted

## Other responses

- `403` — User does not have permission to delete environments with the given owner
- `404` — The specified environment 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)
