Virtual Environments
Batch Delete Environments
Permanently delete multiple environments by ID
delete/public/v1/account/{accountSlug}/project/{projectSlug}/environments
Path parameters
accountSlugstring required
Account ID or slug
projectSlugstring required
Project ID or slug
Request body
Example request
{
"environment_ids": [
"d4e5f6a7-b8c9-0123-def1-234567890123",
"e5f6a7b8-c9d0-1234-ef12-345678901234"
]
}Response
Environments deleted successfully