---
title: "Delete connection environment"
method: DELETE
path: "/api/v1/connection-environments/{id}"
tags: ["Connections"]
---

# Delete connection environment

`DELETE /api/v1/connection-environments/{id}`

## Path parameters

- `id` string, uuid, required — Connection environment ID

## Response `200`

Connection environment deleted successfully

- object — Delete connection environment response
  - `success` boolean, required — Whether the operation succeeded

## Other responses

- `401` — Authentication required
- `403` — Permission denied - admin role required
- `404` — Connection environment not found

---

[API](https://skmtc.net/omniapp/apis/omni-api.md) · [All operations](https://skmtc.net/omniapp/apis/omni-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/omniapp/omni-api/versions/4701f292c621/schema)
