Skip to content

Commit d98b716

Browse files
authored
Update Remove-AzApiManagementProduct.md
1 parent 1b617b9 commit d98b716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Remove-AzApiManagementProduct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The **Remove-AzApiManagementProduct** cmdlet removes an existing API Management
2626
### Example 1: Remove an existing product and all subscriptions
2727
```powershell
2828
PS C:\>$apimContext = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
29-
PS C:\>Remove-AzApiManagementProduct -Context $apimContext -Id "0123456789" -DeleteSubscriptions -Force
29+
PS C:\>Remove-AzApiManagementProduct -Context $apimContext -ProductId "0123456789" -DeleteSubscriptions -Force
3030
```
3131

3232
This command removes an existing product and all subscriptions.

0 commit comments

Comments
 (0)