Delete Environment
Configuration
Delete Environment
Remove an environment. Use when retiring deployment targets no longer in use.
DELETE
Delete Environment
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request DELETE \
--url https://api.example.com/api/v2/environments/{environment_id} \
--header 'Authorization: Bearer <token>'{}Remove an environment. Use when retiring deployment targets no longer in use.
curl --request DELETE \
--url https://api.example.com/api/v2/environments/{environment_id} \
--header 'Authorization: Bearer <token>'{}