---
title: "Delete a Document"
method: DELETE
path: "/customers/{customer_id}/documents/{document_id}"
tags: ["Documents"]
---

# Delete a Document

`DELETE /customers/{customer_id}/documents/{document_id}`

Delete document. This cannot be undone

## Path parameters

- `customer_id` string, uuid, required
- `document_id` integer, required

## Response `204`

Successfully deleted document.

## Other responses

- `400` — You have provided incorrect data.
- `403` — You do not have permission to access this resource.
- `404` — The specified resource was not found.
- `429` — Too many requests. The request has been rate limited. For more information, visit our [documentation on rate limiting](https://docs.inscribe.ai/docs/are-the-endpoints-rate-limited).

---

[API](https://skmtc.dev/inscribe/apis/core-resources.md) · [All operations](https://skmtc.dev/inscribe/apis/core-resources/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/inscribe/core-resources/revisions/6489b36eb60f/schema)
