---
title: "Removes the SourceDocument with the given ID if it exists"
method: DELETE
path: "/sdoc/{sdoc_id}"
tags: ["sourceDocument"]
---

# Removes the SourceDocument with the given ID if it exists

`DELETE /sdoc/{sdoc_id}`

## Path parameters

- `sdoc_id` integer, required

## Response `200`

Successful Response

- SourceDocumentRead
  - `filename` string, required — Filename of the SourceDocument
  - `name` string, required — User-defined name of the document (default is the filename)
  - `doctype` 'text' | 'image' | 'video' | 'audio', required
  - `project_id` integer, required — Project the SourceDocument belongs to
  - `id` integer, required — ID of the SourceDocument
  - `created` string, date-time, required — The created timestamp of the SourceDocument
  - `updated` string, date-time, required — Updated timestamp of the SourceDocument
  - `folder_id` integer, required — ID of the Folder this SourceDocument belongs to
  - `memo_ids` integer[] — IDs of the Memos attached to the SourceDocument

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/uhh-lt/apis/discourse-analysis-tool-suite-api.md) · [All operations](https://skmtc.net/uhh-lt/apis/discourse-analysis-tool-suite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uhh-lt/discourse-analysis-tool-suite-api/versions/6b22366ce2d1/schema)
