Envelopes
Delete an envelope
DELETE
/
v1
/
envelopes
/
{envelope_id}
Once deleted, the envelope immediately becomes inaccessible.
A deleted envelope can be recovered via a support request within 30 days of deletion. After 30 days, the envelope will be permanently deleted.
Only envelopes with status
draft
, canceled
, failed
or completed
can be deleted.Path Parameters
envelope_id
uuid
requiredThe unique identifier of an envelope.
Returns
Returns a 204 No Content
status code if successful, or an error otherwise.
Was this page helpful?