Azure Document Intelligence version

Lin, Joe 0 Reputation points
2026-07-30T23:16:27.1133333+00:00

AzureDocIntelligence,code : 427 and exception message:(Gone) The requested API version has been retired.\nCode: Gone\nMessage: The requested API version has been retired.

Azure Document Intelligence in Foundry Tools

1 answer

Sort by: Most helpful
  1. AI answer

    2026-07-30T23:16:48.07+00:00

    HTTP 410 / Gone with The requested API version has been retired means the API version in the request is no longer supported by Azure Document Intelligence.

    For Azure Document Intelligence:

    • v2.1 end of support: September 15, 2027
    • v3.0 (2022-08-31) end of support: March 30, 2029
    • v4.0 (2024-11-30) is the current GA version

    Recommended action:

    1. Check the api-version value in the REST call or SDK configuration.
    2. If the request is using an older or retired version, update it to 2024-11-30 v4.0.
    3. If the application is on v3.0, it can move directly to v4.0 by using the current language-specific SDK and the 2024-11-30 REST API.
    4. If this started suddenly across a previously working deployment, also check for a service issue in Azure status or Azure Service Health.

    If Java SDK is being used, note that:

    • azure-ai-documentintelligence 1.0.0 supports 2024-11-30
    • version 1.0.7 of the Java library defaults to 2024-07-31-preview unless configured otherwise

    If .NET or Python SDK is being used and more detail is needed, enable SDK logging to capture the exact request version being sent:

    • .NET throws RequestFailedException with the service HTTP status code.
    • Python can enable logging / logging_enable for request details. Be careful with Python DEBUG logging because it can include unredacted headers.

    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

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.