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

# Delete a connection

`DELETE /connections/{id}`

This endpoint permanently deletes a connection. This action cannot be undone.

## Path parameters

- `id` string, required

## Response `200`

A single connection

- object
  - `id` string, required — ID of the connection

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/hookdeck/apis/hookdeck-admin-rest-api.md) · [All operations](https://skmtc.net/hookdeck/apis/hookdeck-admin-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hookdeck/hookdeck-admin-rest-api/versions/31da4ed27d31/schema)
