---
title: "Delete Document by ID"
method: DELETE
path: "/sign/envelopes/{envelopeID}/documents/{documentID}"
tags: ["Sign"]
---

# Delete Document by ID

`DELETE /sign/envelopes/{envelopeID}/documents/{documentID}`

The **Delete Document by ID** endpoint deletes permanently removes a document from an envelope.

## Path parameters

- `envelopeID` string, uuid, required
- `documentID` string, uuid, required

## Response `204`

Document deleted successfully

## Other responses

- `401` — Unauthorized - Invalid or missing JWT token
- `404` — Document not found
- `409` — Envelope cannot be modified

---

[API](https://skmtc.net/gonitro/apis/nitro-sign-public-api.md) · [All operations](https://skmtc.net/gonitro/apis/nitro-sign-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gonitro/nitro-sign-public-api/versions/26e3043a365b/schema)
