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

# Delete Envelope by ID

`DELETE /sign/envelopes/{envelopeID}`

The **Delete Envelope by ID** endpoint permanently deletes the envelope.

**Warning**: This operation permanently deletes the envelope and cannot be undone. All associated documents, fields, and participants will also be deleted.

## Path parameters

- `envelopeID` string, uuid, required

## Response `204`

Envelope deleted successfully

## Other responses

- `400` — Invalid request
- `401` — Unauthorized - Invalid or missing JWT token

---

[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/revisions/26e3043a365b/schema)
