---
title: "Document deletion"
method: DELETE
path: "/documents/delete"
tags: ["Documents"]
---

# Document deletion

`DELETE /documents/delete`

## Request body

- DocumentDeleteRequest
  - `d_app_id` string, required
  - `project_id` string
  - `file_paths` string[]
  - `delete_all` boolean

## Response `200`

Deletion result

- DocumentDeleteResponse
  - `status` string
  - `deleted_count` integer
  - `message` string

---

[API](https://skmtc.net/j-aic/apis/ib-link-apis.md) · [All operations](https://skmtc.net/j-aic/apis/ib-link-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/j-aic/ib-link-apis/revisions/27f7c6c98b23/schema)
