Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 778 Bytes

delete.md

File metadata and controls

29 lines (23 loc) · 778 Bytes

pv relationship delete

Command Reference > relationship > delete

Description

Delete a relationship between entities by its GUID.

Syntax

pv relationship delete --guid=<val>

Required Arguments

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

Optional Arguments

None

API Mapping

Catalog Data Plane > Relationship > Delete

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

Examples

Delete a relationship between entities by relationship GUID.

pv relationship delete --guid "90ca81c2-2d68-43f6-90cc-198a0fd07548"