File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/ApiManagement/ApiManagement/help Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- ---
1
+ ---
2
2
external help file : Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement.dll-Help.xml
3
3
Module Name : Az.ApiManagement
4
4
ms.assetid : D6B7F253-03CD-40BE-87D6-E4AE300A29D5
@@ -26,7 +26,7 @@ The **Remove-AzApiManagementProduct** cmdlet removes an existing API Management
26
26
### Example 1: Remove an existing product and all subscriptions
27
27
``` powershell
28
28
PS C:\>$apimContext = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
29
- PS C:\>Remove-AzApiManagementProduct -Context $apimContext -ProductId "0123456789" -DeleteSubscriptions -Force
29
+ PS C:\>Remove-AzApiManagementProduct -Context $apimContext -ProductId "0123456789" -DeleteSubscriptions
30
30
```
31
31
32
32
This command removes an existing product and all subscriptions.
You can’t perform that action at this time.
0 commit comments