Newer Version Available

This content describes an older version of this product. View Latest

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
Requires Chatter
No
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