Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 713 Bytes

delete.md

File metadata and controls

29 lines (23 loc) · 713 Bytes

pv entity delete

Command Reference > entity > delete

Description

Delete an entity identified by its GUID.

Syntax

pv entity delete --guid=<val>

Required Arguments

--guid (string)
The globally unique identifier of the entity.

Optional Arguments

None

API Mapping

Catalog Data Plane > Entity > Delete By Guid

DELETE https://{accountName}.purview.azure.com/catalog/api/atlas/v2/entity/guid/{guid}

Examples

Delete an existing entity by its GUID.

pv entity delete --guid "d3a5df04-8067-4558-a4bc-01f6ddc5aef8"