You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To remove an operation, use the [az apim api operation delete](/cli/azure/apim/api/operation#az-apim-api-operation-delete) command. Get the operation ID from the previous command.
127
+
Keep this operation for use in the rest of this article. If you want to remove an operation, you can use the [az apim api operation delete](/cli/azure/apim/api/operation#az-apim-api-operation-delete) command. Get the operation ID from the previous command.
128
128
129
129
```azurecli
130
-
az apim api operation delete --resource-group apim-hello-word-resource-group \
130
+
az apim api operation delete --resource-group <resource-group-name> \
131
131
--api-id test-api --operation-id <ID> \
132
-
--service-name apim-hello-world
132
+
--service-name <API-management-service-name>
133
133
```
134
134
135
-
Keep this operation for use in the rest of this article.
0 commit comments