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

# Delete a document

`DELETE /documents/{documentId}`

Delete an uploaded document. This cannot be undone. Documents that have already been submitted for verification may not be deletable.

## Path parameters

- `documentId` string, required

## Response `204`

Document deleted successfully

## Other responses

- `401` — Unauthorized
- `404` — Document not found
- `409` — Conflict - Document cannot be deleted (already submitted for verification)
- `500` — Internal service error

---

[API](https://skmtc.net/stainless-api/apis/grid-api.md) · [All operations](https://skmtc.net/stainless-api/apis/grid-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stainless-api/grid-api/revisions/b06902b6595a/schema)
