---
title: "Delete a source"
method: POST
path: "/v1/sources/delete"
tags: ["source"]
---

# Delete a source

`POST /v1/sources/delete`

## Request body

- SourceIdRequestBody
  - `sourceId` 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)
