Reject documents by User
This endpoint allows rejecting an individual document or an envelope (a batch of documents) by sending the required information in the request body.
Last updated
{
"doc_token":"e082d806-6b31-4e27-ae9a-e16b603a70b3",
"user_token":"97ab0000-36d4-xxxx-9ded-00005d690xxxx",
"signer_token": "8be272d8-20a9-xx-899c-db4edbb846cd",
"rejected_reason": ""
}{
"message": "Document successfully refused. Please note: this endpoint is asynchronous, so wait for the final PDFs to be ready via webhooks or check them in a few minutes."
}{
"error": "Refusing this document is not allowed."
}{
"error": "The signer's email and the user's email are different."
}