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.
2 parents e004565 + d98b716 commit 35aafc5Copy full SHA for 35aafc5
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