Reject Documents
POST
https://api.zapsign.com.br/api/refuse/
Description: This endpoint allows rejecting an individual document or an envelope (a batch of documents).
How to Use: Send a payload in JSON format with the following fields:
doc_token: (string) Token of the document to be rejected.
watermark_message: (string) Custom watermark message.
Notes:
If a document has already been signed by all signers, rejection will not be allowed.
When a document is rejected, it receives the "Document Rejected" watermark and can no longer be signed in the future.
If no custom watermark message is provided, the system will automatically apply the default watermark: "Document Rejected".
The endpoint response will also be returned in JSON format.
Headers:
Authorization*
string
API token prefixed by the text "Bearer". Example: Bearer c7f35c84-7893-4087-b4fb-d1f06c23
.
Request Body
doc_token*
string
Document token
watermark_message
string
Custom watermark message
Response
Last updated
Was this helpful?