Operations
Cancel an envelope
Cancel an in-progress envelope to permanently halt the signing process
POST
Cancels an envelope, immediately halting all signing activity. Once canceled, recipients can no longer access the signing ceremony.
Only envelopes with status
in_progress can be canceled.Path parameters
The unique identifier of the envelope, in UUID format.
Body parameters
An optional explanation for why the envelope was canceled. This is for internal use only and is not shown to recipients. The reason is included in the envelope.canceled webhook event payload. Maximum 2,000 characters.
Returns
Returns a 200 OK status code along with an envelope object on success, or an error otherwise.