---
title: "Delete an environment override"
method: DELETE
path: "/v1/projects/{projectId}/variables/{variableName}/environment-overrides/{environmentName}"
tags: ["Project Variable Environment Overrides"]
---

# Delete an environment override

`DELETE /v1/projects/{projectId}/variables/{variableName}/environment-overrides/{environmentName}`

Delete the environment-level override for a given project variable and environment

## Path parameters

- `projectId` string, uuid, required
- `variableName` string, required
- `environmentName` string, required

## Response `204`

Project variable environment override has been deleted

## Other responses

- `400` — Invalid variable or environment name format
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Project, variable, environment, or override not found
- `500` — Unexpected error occurred
- `504` — Gateway timeout

---

[API](https://skmtc.net/maia/apis/maia-public-rest-api.md) · [All operations](https://skmtc.net/maia/apis/maia-public-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/maia/maia-public-rest-api/versions/6239825f68eb/schema)
