---
title: "Delete environment connection overrides"
method: DELETE
path: "/v1/projects/{projectId}/connections/environment-overrides"
tags: ["Connections"]
---

# Delete environment connection overrides

`DELETE /v1/projects/{projectId}/connections/environment-overrides`

Delete environment connection overrides by environment name and connection names

## Path parameters

- `projectId` string, required

## Query parameters

- `environmentName` string, required
- `connectionNames` string[], required

## Response `204`

Environment connection overrides successfully deleted

## Other responses

- `400` — Invalid request parameters. This can occur when specifying too many connection names or when the total URL length exceeds server limits. Consider reducing the number of connections in a single request or splitting into multiple requests.
- `403` — Forbidden
- `404` — Project, environment, or connection not found
- `500` — Internal server error

---

[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)
