---
title: "Delete a connection"
method: DELETE
path: "/cloudflow/v1/connections/{connectionId}"
tags: ["Connections"]
---

# Delete a connection

`DELETE /cloudflow/v1/connections/{connectionId}`

Deletes a connection. Returns 409 if the connection is referenced by one or more flows.

## Path parameters

- `connectionId` string, required

## Response `204`

No Content — connection deleted.

## Other responses

- `400` — Bad Request - The server cannot process the request, often due to a malformed request.
- `401` — Unauthorized - Invalid API key.
- `403` — Forbidden - The client is not authorized to perform the request.
- `404` — Not Found - The requested resource does not exist.
- `409` — Conflict — connection is in use by one or more flows.
- `500` — Internal Server Error - Something went wrong with the DoiT API server.

---

[API](https://skmtc.dev/doit/apis/doit-cloud-intelligence.md) · [All operations](https://skmtc.dev/doit/apis/doit-cloud-intelligence/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/doit/doit-cloud-intelligence/revisions/9416402fc119/schema)
