Recall document
Recalling a document cancels the signing process. Once you recall a document, recipients can no longer view or sign it. You can recall a document if you send an incorrect document, or if you send it to an incorrect email address.
API Root Endpoint
POST https://sign.zoho.com/api/v1/requests/[Request ID]/recall
Request example
curl --location --request POST 'https://sign.zoho.com/api/v1/requests/:Request_Id/recall' \
--header 'Authorization: Zoho-oauthtoken 1000.03xxxxxxxxxxxxxxxxxa5317.dxxxxxxxxxxxxxxxxxfa' \
Response example
HTTP/1.1 200 OK
Content-Type:application/json;charset=UTF-8
{
"code": 0,
"action_time": 1546600722216,
"message": "Document has been recalled",
"status": "success"
}