---
title: "Delete document"
method: DELETE
path: "/api/v1/documents/{identifier}"
tags: ["Documents"]
---

# Delete document

`DELETE /api/v1/documents/{identifier}`

## Path parameters

- `identifier` string, required — Document identifier (either document ID or identifier slug)

## Response `200`

Document deleted successfully

- SuccessResponse
  - `success` boolean, required — Whether the operation was successful

## Other responses

- `401` — Authentication required
- `403` — Permission denied - MANAGER role required
- `404` — Document not found

---

[API](https://skmtc.net/omniapp/apis/omni-api.md) · [All operations](https://skmtc.net/omniapp/apis/omni-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/omniapp/omni-api/versions/de7cac8b5983/schema)
