dropField
@DELETE(value = "api/v2/depots/{depot}/collections/{collection}/datasets/{dataset}/fields/{field}")
Drops a field from a dataset.
Return
A Call object with a Void response.
Parameters
depot
The depot name.
collection
The collection name.
dataset
The dataset name.
field
The field name to be dropped.
correlationId
(Optional) The correlation ID for tracking requests.