Command Reference > entity > deleteLabels
Delete label(s) from an entity.
pv entity deleteLabels --guid=<val> --payloadFile=<val>
--guid
(string)
The globally unique identifier of the entity.
--payloadFile
(string)
File path to a valid JSON document.
None
Catalog Data Plane > Entity > Delete given labels to a given entity.
DELETE https://{accountName}.purview.azure.com/catalog/api/atlas/v2/entity/guid/{guid}/labels
Delete labels from an existing entity.
pv entity deleteLabels --guid "7738b5c7-7977-4261-9871-7d00e11cabe8" --payloadFile "/path/to/file.json"
Example payload.
[
"a",
"c"
]