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

# Delete a document

`DELETE /api/documents/{documentId}`

Removes a document from the organization. The document will no longer be accessible through the API.

## Path parameters

- `documentId` string, uuid, required

## Headers

- `on-behalf-of` string

## Response `204`

Document deleted.

## Other responses

- `401` — Unauthorized
- `403` — SignedAgreementRequiredException
- `404` — Document not found.

---

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