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 1b617b9 + c0e992c commit e004565Copy full SHA for e004565
src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Remove-AzApiManagementApi.md
@@ -26,7 +26,7 @@ The **Remove-AzAzureRmApiManagementApi** cmdlet removes an existing API.
26
### Example 1: Remove an API
27
```powershell
28
PS C:\>$apimContext = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
29
-PS C:\>Remove-AzAzureRmApiManagementApi -Context $apimContext -ApiId "0123456789"
+PS C:\>Remove-AzApiManagementApi -Context $apimContext -ApiId "0123456789"
30
```
31
32
This command removes the API with the specified ID.
0 commit comments