datasets
Remove a label from a dataset
Remove a label from a dataset without deleting the label itself. This operation is idempotent: removing a label that is not applied is a no-op.
delete/v1/datasets/{dataset_identifier}/labels/{label_id}
Path parameters
dataset_identifierstring required
The dataset identifier: either the dataset ID (GlobalID) or its name.
The dataset identifier: either the dataset ID (GlobalID) or its name.
label_idstring required
The ID of the dataset label to remove
The ID of the dataset label to remove
Response
Successful Response