Restore an eligible document to draft so it can be edited and sent again. This is used for documents in failed, declined, expired, voided, or authentication-failed states where a fresh draft workflow is needed.
Request
Authorization
API Key
Add parameter in header
Authorization
Example:
Authorization: ********************
or
Path Params
Responses
🟢200
application/json
Document restored to draft.
Bodyapplication/json
🟠400BadRequest
🟠403Forbidden
🟠404NotFound
🔴500UnknownError
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST '/esign/documents//reinitiate/' \
--header'Authorization: <api-key>'