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
required

The 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.