---
title: "Delete Documents"
method: DELETE
path: "/api/document/"
tags: ["document"]
---

# Delete Documents

`DELETE /api/document/`

Delete one or more documents.

## Request body

- DeleteDocumentsRequest — Delete one or more documents by external ID.
  - `external_ids` string[], required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

## Changes

- **2025-12-03** `05f131dd000a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/arbicity/apis/arbi/changes/api/document/delete.md)

---

[API](https://skmtc.dev/arbicity/apis/arbi.md) · [All operations](https://skmtc.dev/arbicity/apis/arbi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arbicity/arbi/revisions/1f956ac3d1c1/schema)
