---
title: "Delete one connection"
method: DELETE
path: "/consumers/{consumer_id}/connections/{connectionid}"
tags: ["Connections"]
---

# Delete one connection

`DELETE /consumers/{consumer_id}/connections/{connectionid}`

Endpoint that deletes one connection of a consumer in Chift

## Path parameters

- `consumer_id` string, uuid, required
- `connectionid` string, uuid, required

## Response `204`

Successful Response

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `422` — Validation Error

---

[API](https://skmtc.net/chift/apis/chift-api.md) · [All operations](https://skmtc.net/chift/apis/chift-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chift/chift-api/revisions/b5f1214a482a/schema)
