Command Reference > share > deleteAssetMapping
Delete AssetMapping in a receivedShare.
pv share deleteAssetMapping --receivedShareName=<val> --assetMappingName=<val>
--receivedShareName
(string)
The name of the received share.
--assetMappingName
(string)
The name of the asset mapping.
None
Share Data Plane > Asset Mappings > Delete
DELETE https://{accountName}.purview.azure.com/share/receivedShares/{receivedShareName}/assetMappings/{assetMappingName}
Delete an asset mapping for a particular received share.
pv share deleteAssetMapping --receivedShareName "NewShare" --assetMappingName "assetName"