---
title: "Delete an environment"
method: DELETE
path: "/v3/environments/{id}"
tags: ["Environments"]
---

# Delete an environment

`DELETE /v3/environments/{id}`

Permanently deletes an environment. It cannot be undone.

## Path parameters

- `id` string, uuid, required

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `429` — Too Many Requests
- `500` — Server Error

---

[API](https://skmtc.net/cryptlex/apis/cryptlex-web-api.md) · [All operations](https://skmtc.net/cryptlex/apis/cryptlex-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cryptlex/cryptlex-web-api/revisions/66dcb6293180/schema)
