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."
}

Changes

No recorded changes to this endpoint across all 55 revisions of this API.