---
title: "Delete Source"
method: DELETE
path: "/sources/{source_id}"
tags: ["Sources"]
---

# Delete Source

`DELETE /sources/{source_id}`

## Path parameters

- `source_id` string, required

## Query parameters

- `type` 'repository' | 'documentation' | 'research_paper' | 'huggingface_dataset' | 'local_folder' | 'slack' | 'google_drive', nullable — Source type hint

## Response `200`

Successful Response

- SourceDeleteResponse — Response for deleting a source.
  - `id` string, required — Source ID
  - `status` string, required — Deletion status

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/nozomio-labs/apis/nia-ai-api.md) · [All operations](https://skmtc.net/nozomio-labs/apis/nia-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nozomio-labs/nia-ai-api/versions/dbb602a3ef17/schema)
