v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0618918374.7 KB
Applications

Delete Env

Delete env by UUID.

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

Path parameters

uuidstring required

UUID of the application.

env_uuidstring required

UUID of the environment variable.

Response

Environment variable deleted.

messagestring

Example response

{
  "message": "Environment variable deleted."
}