I'm new to azure and previously I have used GCP and it give very clear errors info but with Azure Cloud it just shows a message that something went wrong and no clear info.
I have created an API on API Management
and trying to delete that API. and whenever I delete, It just shows me Unable to delete API testapi. There is a chance it was deleted, please try to refresh.
And API never gets deleted. I have all required permission for this resource, in fact I'm owner
of the resource. So clearly, there is no problem with permission.
Also I'm unable to create an API using OpenAPI specification. The API that I have created was blank API. When I use OpenAPI it says Could not create an API. Please try again later.
Can anyone advise if I'm doing anything wrong or it requires access to more Azure resource to perform this action?
Well, after trying all methods, I have an answer. Hasher's solution worked.
I Deleted and created again APIM service and it worked for me.