Command Reference > entity > deleteClassification
Delete a given classification from an existing entity represented by a GUID.
pv entity deleteClassification --guid=<val> --classificationName=<val>
--guid
(string)
The globally unique identifier of the entity.
--classificationName
(string)
The name of the classification.
None
Catalog Data Plane > Entity > Delete Classification
DELETE https://{accountName}.purview.azure.com/catalog/api/atlas/v2/entity/guid/{guid}/classification/{classificationName}
Remove a classification from an entity via the entity GUID.
pv entity deleteClassification --guid "bbb9ff1d-f880-435e-ac87-d6fd5676d8f0" --classificationName "MICROSOFT.FINANCIAL.CREDIT_CARD_NUMBER"