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.
Example response
{
"message": "Environment variable deleted."
}