v51

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

Delete Env

Delete env by UUID.

delete/services/{uuid}/envs/{env_uuid}

Path parameters

uuidstring required

UUID of the service.

env_uuidstring required

UUID of the environment variable.

Response

Environment variable deleted.

messagestring

Example response

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