Document Revoke
POST {{apiBaseUrl}}/v1/document/revoke?documentId={{documentId}}
The document signing process can be called off or revoked by the sender of the document. Once you revoke a document, signers can no longer view or sign it.
Revoke action can only be performed on documents that have not completed the signing process.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
documentId | string | ID of the requested document to revoke. |
Request Body
{"message"=>"Revoke message"}