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.
Path parameters
A unique UUIDv4 string that identifies the envelope in the Nitro system.
Response
Envelope cancelled successfully
Changes
Changed in 2 of the 6 revisions of this API.2
- ○
added the non-success response with the status
response-non-success-status-added
- ○
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○