This REST API allows to remove metadata properties from the document choosing the properties by exact tag and category name.
cURL example The following example demonstrates how to remove all metadata properties with the “Created” tag name.
Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....application/json" # cURL example to join several documents into one curl...