POST /esignglobal/v1/envelope/cancel
Interface Description
Cancel an envelope that has not been fully signed (at least one signer has not completed signing). After cancellation, the envelope will be suspended, and all signatures within it will be rendered invalid.
Request Parameters
Request Example
{
"envelopeId":"flow1234567890",
"reason":"Signer's information was wrong."
}
Responses
Response Example
{
"code": 0,
"message": "success",
"data": {
" canceledEnvelopeId ":"flow1234567890",
" canceledEnvelopeStatus ":5
}
}