Get a List of Deleted Records Within a Given Timeframe
Use the sObject Get Deleted resource to get a list of deleted
records for the specified object. Specify the date and time range within which the
records for the given object were deleted. Deleted records are written to a delete log
(that is periodically purged), and will be filtered out of most operations, such as
sObject Rows or Query (although QueryAll will include deleted records in
results).
Example usage for getting a list of Merchandise__c records that were deleted between May 5th, 2013 and May 10th, 2013
Example request body
None required