Signing Requests

Cancel a signing request

Cancels a signing request that hasn't been completed yet. Can only cancel requests that have been sent and are not already finished or cancelled.

post/signing-requests/{id}/cancel

Path parameters

idstring uuid required

Signing request ID

Request body

reasonstring

Optional cancellation reason

notify_signersboolean

Whether to notify signers of cancellation

Response

Signing request cancelled successfully

messagestring required
signing_request_idstring uuid required
cancelled_onstring date-time required
notify_signersboolean
emails_sentinteger

Number of cancellation notification emails sent to signers

Changes

No recorded changes to this endpoint across all 1 revision of this API.