---
title: "Delete Connection"
method: DELETE
path: "/v1/connection/{id}"
---

# Delete Connection

`DELETE /v1/connection/{id}`

Delete a connection

## Path parameters

- `id` string, required — The id of the connection, starts with `conn_`

## Response `200`

Successful response

- object
  - `id` string, required — The id of the connection, starts with `conn_`

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `404` — Not found
- `500` — Internal server error

## Changes

- **2025-08-26** `8939526af685` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openintegrations/apis/openint-api/changes/v1/connection/:id/delete.md)

---

[API](https://skmtc.dev/openintegrations/apis/openint-api.md) · [All operations](https://skmtc.dev/openintegrations/apis/openint-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintegrations/openint-api/revisions/1b84cd7f5c05/schema)
