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....Metadata Product Solution GroupDocs...GroupDocs.Metadata Cloud / Developer Guide / Metadata Opertaions...