---
title: "Delete a connection"
method: DELETE
path: "/admin/connections/{id}"
tags: ["admin"]
---

# Delete a connection

`DELETE /admin/connections/{id}`

Deletes a Connection by id for the current tenant.

## Path parameters

- `id` string, required

## Response `204`

emptyResponse is returned when there is no response body (e.g. 204).

## Other responses

- `400` — errorGeneric wraps the error model as a response.
- `404` — errorGeneric wraps the error model as a response.
- `500` — errorGeneric wraps the error model as a response.

---

[API](https://skmtc.net/hintoric/apis/contains-the-generated-openapi-specification-for-hekate.md) · [All operations](https://skmtc.net/hintoric/apis/contains-the-generated-openapi-specification-for-hekate/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hintoric/contains-the-generated-openapi-specification-for-hekate/revisions/72bd83b55019/schema)
