deleteDoc
delete document
Overview
Parameters:
document token- String
Return:
DocsResponse - In case of success
Exception - In case of failure
To delete a document we will need:
set your apiToken;
document`s token.
call the method;
How to use:
Save your apiToken:
Set your original document token:
Finally, clal the deleteDoc method to get the DocsResponse or an error message
Example
Last updated