Batch Delete Environments
Virtual Environments
Batch Delete Environments
Permanently delete multiple environments by ID
DELETE
Batch Delete Environments
Authorizations
An API key is a token that a client provides when making API calls. The key can be sent as a request header:
curl 'https://api.tenderly.co/api/v1/account/${TENDERLY_ACCOUNT_SLUG}/project/${TENDERLY_PROJECT_SLUG}/simulate' \
-H 'X-Access-Key: ${TENDERLY_ACCESS_KEY}' \
...
Learn how to generate API access tokens at Tenderly Docs.
Path Parameters
Account ID or slug
Project ID or slug
Body
application/json
List of environment IDs to delete
Request body for batch-deleting environments
List of environment IDs to delete
Example:
[
"d4e5f6a7-b8c9-0123-def1-234567890123",
"e5f6a7b8-c9d0-1234-ef12-345678901234"
]
Response
Environments deleted successfully