To delete a document in a safe and permanent way from Athento, send a POST request to the URL: http://<urlServidor>/athento/site/automation/Athento.DocumentDelete/ with a body similar to the following:
{
"input": "<uuid of the document you want to permanently delete>"
"params": {
"audit": "John X is deleting this document"
"secure": "true"
}
The secure parameter when true indicates that the deletion must be done in a secure and permanent way.
Sample of a request:
Comments
0 comments
Please sign in to leave a comment.