Files
Proxmox-Coolify-Manager/coolify_skill/references/ops/delete-env-by-application-uuid.md
T

2.1 KiB
Raw Blame History

Skip to content

Return to top

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.

Type

HTTP (bearer)

Parameters


Path Parameters

uuid*

UUID of the application.

Type

string

Required

env_uuid*

UUID of the environment variable.

Type

string

Required

Responses


200400401404

Environment variable deleted.

Content-Type

application/json

SchemaJSON

JSON

{

"message": "Environment variable deleted."

}

DELETE

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

Playground


Authorization

bearerAuth

Variables

Key

Value

uuid*

env_uuid*

Try it out

Samples


Powered by VitePress OpenAPI