Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 926 Bytes

deleteAssetMapping.md

File metadata and controls

40 lines (25 loc) · 926 Bytes

pv share deleteAssetMapping

Command Reference > share > deleteAssetMapping

Description

Delete AssetMapping in a receivedShare.

Syntax

pv share deleteAssetMapping --receivedShareName=<val> --assetMappingName=<val>

Required Arguments

--receivedShareName (string) The name of the received share.

--assetMappingName (string) The name of the asset mapping.

Optional Arguments

None

API Mapping

Share Data Plane > Asset Mappings > Delete

DELETE https://{accountName}.purview.azure.com/share/receivedShares/{receivedShareName}/assetMappings/{assetMappingName}

Examples

Delete an asset mapping for a particular received share.

pv share deleteAssetMapping --receivedShareName "NewShare" --assetMappingName "assetName"