API to find the artifacts deleted from a module
One answer
Samarth,
There is no such a endpoint that will allow you to do that. You can achieve this by comparing the data from existing stream and past baseline. Very simple scenario ... you get list of ids in the module for now and compare it with the baseline and then you know what was deleted.
Hope this will help You.
Comparison schema and API