Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

E-signature Envelope Void

Expire or void envelopes associated with an object.
Resource
1/connect/e-sign/signature-requests/${sourceObjectId}/envelopes/void
Available version
56.0
HTTP methods
PATCH
Example
1https://yourInstance.salesforce.com/services/data/v56.0/connect/e-sign/signature-requests/{sourceObjectId}/envelopes/void
JSON example
1{
2    "voidedReason": "",//required
3    "senderEmail": ""
4}
Properties
Name Type Description Required or Optional Available Version
senderEmail String Refers to the email of the user who initiated the voiding. Optional 56.0
voidedReason String Reason for which the envelope is being voided. Required 56.0
Response body for PATCH
Envelope Void Response