Skip to main content
DELETE
Batch Delete Environments

Authorizations

X-Access-Key
string
header
required

An API key is a token that a client provides when making API calls. Send it as the X-Access-Key request header on any endpoint:

Learn how to generate API access tokens at Tenderly Docs.

Path Parameters

accountSlug
string
required

Account ID or slug

projectSlug
string
required

Project ID or slug

Body

application/json

List of environment IDs to delete

Request body for batch-deleting environments

environment_ids
string<uuid>[]
required

List of environment IDs to delete

Example:

Response

Environments deleted successfully