I have created a NoteBook in OneDrive using OneNote API (https://graph.microsoft.com/v1.0/me/onenote/notebooks)
Now when I run delta query to get changed items in OneDrive (https://graph.microsoft.com/v1.0/me/drive/root/delta) I can see the newly created OneNote but its ID is different.
There is no mapping between ID returned by OneNote API (after creating NoteBook) and ID returned by the delta query.
Let me know if there is any way to figure out this mapping.