DELETE
/
applications
/
{uuid}
/
envs
/
{env_uuid}
curl --request DELETE \
  --url https://app.coolify.io/api/v1/applications/{uuid}/envs/{env_uuid} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Environment variable deleted."
}

Authorizations

Authorization
string
header
required

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

Path Parameters

uuid
string
required

UUID of the application.

env_uuid
string
required

UUID of the environment variable.

Response

200
application/json

Environment variable deleted.

The response is of type object.