Cancel Incomplete Signature Request
POST https://api.hellosign.com/v3/signature_request/cancel/:signature_request_id
Cancels an incomplete signature request. This action is not reversible.
Signers will no longer be able to sign and the request will be canceled. Cancelation is asynchronous and a successful call to this endpoint will return an empty 200 OK response if the signature request is eligible to be canceled and has been successfully queued.
To be eligible for cancelation, a signature request must have been sent successfully, must not yet have been signed by all signers, and you must either be the sender or own the API app under which it was sent. A partially signed signature request can be canceled.
It is recommended that a callback handler be implemented to listen for the "signature_request_canceled"
event. This notification will be sent when the cancelation has completed successfully. If a callback handler has been configured and the event has not been received within 60 minutes of making the call, check the status of the request in the API Dashboard and retry the cancelation if necessary.
Additional information can be found here.