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.
cURL
curl --request DELETE \ --url https://api.gonitro.dev/sign/envelopes/{envelopeID} \ --header 'Authorization: Bearer <token>'
{ "type": "https://developers.gonitro.com/docs/build-nitro/errors#400-bad-request", "title": "Bad Request", "status": 400, "detail": "Request validation failed", "instance": "/sign/envelopes", "validation_errors": { "name": "must not be blank" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A unique UUIDv4 string that identifies the envelope in the Nitro system.
Envelope deleted successfully