Cancel Envelope by ID
The Cancel Envelope by ID endpoint cancels the signing request for the envelope specified by its UUIDv4 identifier. This endpoint allows you to cancel an envelope and changes its status to Cancelled but keeps it available for reference and reuse after updates. In Cancelled status, no further signing operations can be done on the envelope.
Note: Only envelopes that have been sent for signing can be cancelled. Draft envelopes cannot be cancelled.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
A unique UUIDv4 string that identifies the envelope in the Nitro system.
Response
Envelope cancelled successfully
A unique UUIDv4 string that identifies the envelope in the Nitro system.
UTC timestamp indicating when the envelope was created.
UTC timestamp indicating the last time the envelope was updated. Matches createdAt at the time of creation.
The name of the envelope.
The internal status of the envelope. Defaults to drafted on creation.
drafted, sent, processing, sealed, rejected, cancelled, deleted Signing mode for the envelope.
sequential, parallel Notification settings for the envelope.