This REST API allows to remove Metadata properties from the document choosing the properties with specified name.
Curl example The following example demonstrates how to remove Metadata properties that may have names containing “Application” string.
Linux/MacOS/Bash # First get JSON Web Token # Replace $CLIENT_ID and $CLIENT_SECRET with your credentials. 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...