v1
latestOpenAPI 3.1.02026-07-1213613295.5 KBApplications
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.
Example response
{
"message": "Environment variable deleted."
}