Clean metadata value

POST https://{{host}}/athento/site/automation/Document.RemoveProperty/

Clean the value of a metadata 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 for which the metadata will be cleaned.

Params

xpath

Name of the metadata that will be cleaned.

Request Body

{"input"=>"a7e7c74c-ca91-41d0-9f47-c4960ed99b13", "params"=>{"xpath"=>"metadata.form_1_example"}}