Delete Environment
Permanently delete an environment from your tenant
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Permanently delete an environment from your tenant
DELETE /v1/environments/:id
| Parameter | Type | Description |
|---|---|---|
id | uuid | The environment ID |
{
"data": { "deleted": true },
"meta": { "request_id": "550e8400-e29b-41d4-a716-446655440000" }
}
| Status | Type | Description |
|---|---|---|
| 400 | validation_error | Cannot delete the default environment |
| 404 | not_found | Environment not found |
| 409 | in_use | Environment is used by one or more route configurations |
Was this page helpful?