---
title: "Batch Delete Environments"
method: DELETE
path: "/public/v1/account/{accountSlug}/project/{projectSlug}/environments"
tags: ["Virtual Environments"]
---

# Batch Delete Environments

`DELETE /public/v1/account/{accountSlug}/project/{projectSlug}/environments`

Permanently delete multiple environments by ID

## Path parameters

- `accountSlug` string, required
- `projectSlug` string, required

## Request body

- EnvBatchDeleteEnvironmentsRequest — Request body for batch-deleting environments
  - `environment_ids` string[], required — List of environment IDs to delete

## Response `204`

Environments deleted successfully

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — The resource was not found.
- `429` — The request was rate limited. See the [rate limits](#section/Introduction/Rate-limits) section for the current limits and how request counts expire.
- `500` — Server error.

---

[API](https://skmtc.net/tenderly/apis/tenderly-api.md) · [All operations](https://skmtc.net/tenderly/apis/tenderly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tenderly/tenderly-api/versions/59b67cf882bc/schema)
