v1
latestOpenAPI 3.0.02026-07-22292140.8 KBenvelopes
Void an envelope
Appends envelope.voided (with the optional reason in the event payload). Valid from draft, review, detecting, and in_progress; terminal envelopes (completed, declined, voided, expired) reject with 409. Supports the Idempotency-Key header: a replayed completed key returns the envelope's current graph with the original status code and Idempotency-Replayed: true (never re-executing); an in-flight duplicate is rejected 409; reusing a key with a different request is rejected 422.
post/api/v1/envelopes/{id}/void
Path parameters
idstring required
Envelope id
Envelope id
Request body
Response
The voided envelope graph