Cancel Document
You can cancel signing flux on tablet with this request.
You need to use access token that you've got
Authentication
section in this request.
Request
Syntax:
DELETE /resigning_tablet/{ GUID } HTTP/1.1
Host: ServiceURL
Authorization: Bearer token
Connection: keep-alive
Response
Success:
{
"success": true,
"debug": ""
}
Error:
{
"success": false,
"debug": "Invalid Argument"
}
Other errors are following typical Restful API rules.