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

# Delete Doctags

`DELETE /api/document/doctag`

Remove a tag from one or more documents.

## Request body

- DeleteDocTagRequest — Remove a tag from one or more documents.
  - `tag_ext_id` string, required
  - `doc_ext_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/doctag/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)
