Skip to content

Delete Env

DELETE
/applications/{uuid}/envs/{env_uuid}

Delete env by UUID.

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*

UUID of the application.

Typestring
Required
formatuuid
env_uuid*

UUID of the environment variable.

Typestring
Required
formatuuid

Responses

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

Samples

Powered by VitePress OpenAPI