Command Reference > entity > deleteBusinessAttribute
Delete business metadata from an entity.
pv entity deleteBusinessAttribute --guid=<val> --bmName=<val> --payloadFile=<val>
--guid
(string)
The globally unique identifier of the entity.
--bmName
(string)
The name of the business metadata.
--payloadFile
(string)
File path to a valid JSON document.
None
Catalog Data Plane > Entity > Delete Business Attributes
DELETE https://{accountName}.purview.azure.com/catalog/api/atlas/v2/entity/guid/{guid}/businessmetadata/{bmName}
Delete business metadata from an entity.
pv entity deleteBusinessAttribute --guid "0e945784-4bc3-40bb-a541-e8d1f7c9bf50" --bmName "myBizMetadata1" --payloadFile "/path/to/file.json"
Example payload.
{
"bizAttr1": "bizAttr1"
}