A community member has associated this post with a similar question:
Calling delta link on sharepoint sites do not indicate which one is deleted

Only moderators can edit this content.

Calling delta link on sharepoint sites do not indicate which one is deleted

Luigi Gravel 0 Reputation points
2024-05-13T19:10:45.8133333+00:00

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

{
 "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#sites",
 "@odata.deltaLink": "https://graph.microsoft.com/v1.0/sites/delta?token=...",
 
 "value": [
      {
            "createdDateTime": "2024-05-13T17:53:25Z",
            "id": "qodev.sharepoint.com,...",
            "name": "deleted site 4",
            "webUrl": "https://.../sites/myDeleteSite4",
            "displayName": "My deleted site 4",
            "isPersonalSite": false,
            "siteCollection": {
                "hostname": "...sharepoint.com"
            },
            "root": {}
     }
   ]
}

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