---
title: "Delete Flash Environment Mirror"
method: DELETE
path: "/api/flash/environments/internal"
tags: ["flash"]
---

# Delete Flash Environment Mirror

`DELETE /api/flash/environments/internal`

Drop a Flash Hub environment mirror row when the control plane deletes it.

Called by the Flash control plane after it removes the environment from Hub
storage. This must NOT call Flash back, to avoid a delete loop.

## Request body

- FlashEnvironmentDeleteBody
  - `orgId` string, required
  - `projectId` string, uuid, required
  - `slug` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/freesolo/apis/platform-backend.md) · [All operations](https://skmtc.dev/freesolo/apis/platform-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/freesolo/platform-backend/revisions/5626e92675af/schema)
