Skip to content

Delete Environment

DELETE
/projects/{uuid}/environments/{environment_name_or_uuid}

Delete environment by name or UUID. Environment must be empty.

Authorizations

bearerAuth

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

TypeHTTP (bearer)

Parameters

Path Parameters

uuid*

Project UUID

Typestring
Required
environment_name_or_uuid*

Environment name or UUID

Typestring
Required

Responses

Environment deleted.
application/json
JSON
{
"message": "Environment deleted."
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI