Delete an environment
Environments
Delete an environment
Remove an environment from your catalog.
DELETE
Delete an environment
Removes an environment from your catalog. Sessions already running are unaffected; new sessions and agents can no longer reference it by
id.
Returns 204 No Content on success.
Path parameters
The environment’s
id (e.g. wide-browser or myorg/wide-browser). Slash-containing identifiers are supported.Examples
Errors
| Status | Cause |
|---|---|
403 | The environment is reserved (h/) and you are not an H employee. |
404 | Environment not found or you don’t have access. |