Hello @이승호
Thanks for reaching out.
Delta query lets you query for additions, deletions, or updates to messages in a folder by way of a series of delta function calls. Currently, we can track outlook messages to certain types of changes (created, updated or deleted) in the delta query's response. We can optionally filter the desired type of change using a custom query option changeType. Possible values are created, updated or deleted.
GET /me/mailfolders/{id}/messages/delta?changeType=created
GET /me/mailfolders/{id}/messages/delta?changeType=updated
GET /me/mailfolders/{id}/messages/delta?changeType=deleted
However, as per my research and understanding, there is no way we can track outlook messages when occur two actions (created and permanently deleted) between delta requests.
For more info, please refer this documentation.
Hope this helps.
If the answer is helpful, please click Accept Answer and kindly upvote. If you have any further questions about this answer, please click Comment.