We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b617b9 commit d98b716Copy full SHA for d98b716
src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Remove-AzApiManagementProduct.md
@@ -26,7 +26,7 @@ The **Remove-AzApiManagementProduct** cmdlet removes an existing API Management
26
### Example 1: Remove an existing product and all subscriptions
27
```powershell
28
PS C:\>$apimContext = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
29
-PS C:\>Remove-AzApiManagementProduct -Context $apimContext -Id "0123456789" -DeleteSubscriptions -Force
+PS C:\>Remove-AzApiManagementProduct -Context $apimContext -ProductId "0123456789" -DeleteSubscriptions -Force
30
```
31
32
This command removes an existing product and all subscriptions.
0 commit comments