MS graph: calling delta link on sites/ throw internal error when a sharepoint site is deleted

Luigi Gravel 0 Reputation points
2024-04-15T21:16:05.5966667+00:00

Is it normal? It occurs every time I query a delta link(sites/delta) just after deleting a sharepoint site.

{
            "error": {
                "code": "InternalServerError",
                "message": "Cannot write a deleted resource, link, deleted link, or nested delta resource set within a resource set; they must be written within a delta resource set.",
                "innerError": {
                    "date": "2024-04-05T17:28:43",
                    "request-id": "4b167077-79c9-49a1-b01b-04e00763f3ac",
                    "client-request-id": "4b167077-79c9-49a1-b01b-04e00763f3ac"
                }
            }
        }

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,624 questions
0 comments No comments
{count} votes