Share via

will azure delete the deprecated the apim direct management API?

Michael Finocchio 0 Reputation points
2026-03-04T21:48:29.0766667+00:00

The azure apim direct management API was deprecated on March 15, 2025. Will this API be deleted or removed from service?

Azure API Management
Azure API Management

An Azure service that provides a hybrid, multi-cloud management platform for APIs.


1 answer

Sort by: Most helpful
  1. Pravallika KV 13,135 Reputation points Microsoft External Staff Moderator
    2026-03-04T22:51:47.3733333+00:00

    Hi @Michael Finocchio ,

    Thanks for reaching out to Microsoft Q&A.

    Yes, as mentioned in MSDOC the deprecated APIM “direct management” REST API will be retired on March 15, 2025. Once an API is retired, it is removed from service and any calls to that endpoint will start failing after that date. You’ll need to move your management operations over to the Azure Resource Manager–based APIM REST API before then.

    Here's what to do next:

    1. Switch your calls from the direct management base URL to the ARM endpoint (https://management.azure.com/subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.ApiManagement/service/{serviceName}/...)
    2. Update your authentication to use Azure AD (service principal or managed identity) instead of the shared‐access token used by the direct API.
    3. Test all existing workflows against the ARM API well before March 15, 2025, so you can catch any issues early.

    Hope this helps!


    If the resolution was helpful, kindly take a moment to click on User's imageand click on Yes for was this answer helpful. And, if you have any further query do let us know.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.