Envelopes
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.Documentation Index
Fetch the complete documentation index at: https://signatureapi-daf4ee54.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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 a200 OK status code along with an envelope object on success, or an error otherwise.