---
title: "Delete source connector"
method: DELETE
path: "/api/v1/sources/{source_id}"
tags: ["sources"]
---

# Delete source connector

`DELETE /api/v1/sources/{source_id}`

Delete a specific source connector identified by its ID.

## Path parameters

- `source_id` union, required
  - string, uuid
  - string

## Headers

- `unstructured-api-key` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/unstructuredapp/apis/platform-api.md) · [All operations](https://skmtc.net/unstructuredapp/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unstructuredapp/platform-api/versions/41676641a27c/schema)
