// Environments

Delete an environment

Soft-delete an environment.

DELETE/api/environment

Description

Soft-deletes the environment. New deployments cannot target it; historical data is preserved.

Parameters

NameInTypeRequiredDescription
environmentId query string yes ID of the environment.

Errors

StatusMeaning
400 Invalid environmentId.
401 Missing or invalid Basic auth credentials, or the service account lacks the required role.