Delete content
POST https://{{host}}/athento/site/automation/Blob.RemoveFromDocument/
Delete the content of a document.
Permissions
The user needs write permission on the document.
Mandatory data
This web service requires at least:
input
"params" -> "xpath"
Input
This request needs as an input
the UUID of the document whose content is to be deleted.
Params
xpath
You must specify **file:content**
to delete the content of the document.
Request Body
{"input"=>"a7e7c74c-ca91-41d0-9f47-c4960ed99b13", "params"=>{"xpath"=>"file:content"}}