---
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
- `403` — Account is not entitled to delete this envelope
- `404` — Envelope not found
- `500` — Unexpected failure deleting the envelope

## Changes

- **2026-08-27** `7b97ae457833` — 3 info
  - added the non-success response with the status `403`
  - added the non-success response with the status `404`
  - added the non-success response with the status `500`

[Change history](https://skmtc.dev/gonitro/apis/nitro-sign-public-api/changes/sign/envelopes/:envelopeID/delete.md)

---

[API](https://skmtc.dev/gonitro/apis/nitro-sign-public-api.md) · [All operations](https://skmtc.dev/gonitro/apis/nitro-sign-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gonitro/nitro-sign-public-api/revisions/7b97ae457833/schema)
