This REST API allows to Remove metadata properties from the document choosing the properties which values are matching the specified.
cURL example The following example demonstrates how to Remove metadata properties with the “Microsoft Office Word” value.
Linux/MacOS/Bash # Get JSON Web Token curl -v 'https://api.groupdocs.cloud/connect/token' \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H 'Content-Type: application/x-www-form-urlencoded' \ -H 'Accept: application/json' # cURL example to join several documents into one curl -v 'https://api....Annotation Product Solution GroupDocs...Metadata Opertaions / Remove Metadata / Remove Metadata By Property...