Service used to delete already created signatureRequestId. DELETE method / signatureRequest/{signatureRequestId} is used to delete the signature Request. Service specification:
URL | https://apidev.okdokument.com/JSON/signatureRequest/{{signatureRequestId}} |
Method | DELETE |
Authentication | set header x-api-key |
parameters | signatureRequestId: pre-registered ID for request authentication |
Response | HTTP status 200 when successful |
When a request is made, API Server checks if signatureRequestId exists and deletes it. When a problem is detected, service returns HTTP 400 state. Report of the problem can be found in the body of the response in JSON format.
Response Body Example:
{
"message": "msg.deleted",
"result": "1d58a59e-e8f7-4d07-bb99-d3fa39cb58a8"}