Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 787 Bytes

deleteAsset.md

File metadata and controls

40 lines (25 loc) · 787 Bytes

pv share deleteAsset

Command Reference > share > deleteAsset

Description

Delete asset in a sentShare.

Syntax

pv share deleteAsset --sentShareName=<val> --assetName=<val>

Required Arguments

--sentShareName (string) The name of the sent share.

--assetName (string) The name of the asset.

Optional Arguments

None

API Mapping

Share Data Plane > Assets > Delete

DELETE https://{accountName}.purview.azure.com/share/sentShares/{sentShareName}/assets/{assetName}

Examples

Delete asset from a sent share.

pv share deleteAsset --sentShareName "MyNewSentShare" --assetName "MyAssetName"