Envelopes
Cancel an envelope
Cancels an envelope, halting the signing process.
POST
/
v1
/
envelopes
/
{envelope_id}
/
cancel
This action is irreversible and permanent.
Available only for envelopes with status
in_progress
.Path Parameters
envelope_id
uuid
requiredThe unique identifier of an envelope.
Body Parameters
reason
string
An explanation for the envelope’s cancellation. This is for internal use and not shown to recipients.
Returns
Returns a 200 OK
status code along with an envelope object if successful, or an error otherwise.
Was this page helpful?