Hello, I am using the Web API and would like to know if there is a way through this API or any other one to detect deleted elements. I am interested in doing a sync of all the elements and would like to avoid doing a full search of all elements and diff them against what I have.
I know I can detect changes through the @odata.etag property, but is there a way to detect deleted elements?
Thanks