---
title: "Delete a connection"
method: POST
path: "/v1/connections/delete"
tags: ["connection"]
---

# Delete a connection

`POST /v1/connections/delete`

## Request body

- ConnectionIdRequestBody
  - `connectionId` string, uuid, required

## Response `204`

The resource was deleted successfully.

## Other responses

- `404` — Object with given id was not found.
- `422` — Input failed validation

---

[API](https://skmtc.net/airbyte/apis/config.md) · [All operations](https://skmtc.net/airbyte/apis/config/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/airbyte/config/versions/ce48e08e02ec/schema)
