removeProperties
@HTTP(method = "DELETE", path = "api/v2/depots/{depot}/collections/{collection}/datasets/{dataset}/properties", hasBody = true)
Removes metadata properties from a dataset.
Return
A Call object with a Void response.
Parameters
depot
The depot name.
collection
The collection name.
dataset
The dataset name.
properties
A List of property names to remove.
correlationId
The correlation ID header (optional, defaults to a random UUID).