Hi @Anonymous Thanks for reaching out. There are operations in the API that have a really large schema associated with them. That causes the retrieve operation to time out. The only workaround is to delete those operations and maybe re-create them with a smaller sample text or you should upgrade from developer sku to standard/premium sku.
please try deleting the operations using direct MAPI REST call using a SAS token.
For example:
DELETE https://{servicename}.management.azure-api.net:3443/subscriptions/Sub ID/resourceGroups/ResourceGroup Name/providers/Microsoft.ApiManagement/service/APIM service name/apis/Api Name/operations/operation name?api-version=2021-01-01-preview
Content Type: application/json
Authorization: SharedAccessSignature <REMOVED>
Reference: https://learn.microsoft.com/en-us/rest/api/apimanagement/apimanagementrest/api-management-rest
let me know incase of further queries, I would be happy to assist you.
Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.