Darrin D : I have tried the above JSON payload using the XRMToolbox WebApi tester (For checking it) but it seems to not delete the Audit Log. I performed using below condition and here is my JSON payload. It successfully created the bulk delete Job and the criteria seems fine to me Any thoughts why it is not working for me: 1. Entity = incident (even tried without any specific entity) 2. For action = Delete(3) or for operation = Delete (3) { "QuerySet": [ { "EntityName": "audit", "Criteria": { "FilterOperator": "And", "Conditions": [ { "AttributeName": "createdon", "Operator": "LessThan", "Values": [ {"Type": "System.DateTime", "Value": "2023-04-20T15:21:00Z"} ] }, { "AttributeName": "createdon", "Operator": "GreaterThan", "Values": [ {"Type": "System.DateTime", "Value": "2023-04-20T15:24:00Z"} ] }, { "AttributeName": "action", "Operator": "Equal", "Values": [ {"Type": "System.String", "Value": "3"} ] } ] } } ], "JobName": "Bulk Delete of audit records for 'DELTE' records TEST01", "SendEmailNotification": false, "ToRecipients": [], "CCRecipients": [], "RecurrencePattern": "", "StartDateTime": "2023-04-20T15:28:00.000Z"