Frequency of delta token 410 error

Netanel Prat 41 Reputation points
2022-12-26T13:18:33.423+00:00

Hi,

Does anyone know how frequent is the 410 error?
Also what conditions may cause it to occur?

Thanks.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,601 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sandeep G-MSFT 14,646 Reputation points Microsoft Employee
    2022-12-27T08:59:14.223+00:00

    @Netanel Prat

    Http 410 error occurs when requested resource is no longer available at the server.
    There may be cases when the service can't provide a list of changes for a given token (for example, if a client tries to reuse an old token after being disconnected for a long time, or if server state has changed and a new token is required).

    This error occurs when a user tries to access an asset which no longer exists on the requested server. In order for a request to return a 410 Gone status, the resource must also have no forwarding address and be considered to be gone permanently.

    There are a few different ways that you might see a 410 Gone error. The following list outlines a few of these variations that you may see depending upon the web server that is being used. Although they are slightly different, each one means the same thing.

    • 410 Gone
    • Gone
    • Error 410
    • HTTP Status 410

    Let me know if you have any further questions

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Netanel Prat 41 Reputation points
    2023-01-01T13:09:04.23+00:00

    Hi, thanks for the reply.

    Do you know maybe how often does it occur of users and group? once a week, month?
    If you don't thats ok.

    Thanks.

    0 comments No comments