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

## Changes

- **2026-08-18** `66dcb6293180` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/cryptlex/apis/cryptlex-web-api/changes/v3/environments/:id/delete.md)

---

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