v1

latestOpenAPI 3.1.02026-07-1213613295.5 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."
}