How to delete all debug logs from an org in Salesforce?

How to delete all debug logs from an org in Salesforce?

ApexLogRepresents a debug log containing information about a transaction, including information about Apex, Visualforce, and workflow and validation rules.
1. Run the following SOQL Query in Developer Console using Query Editor.

SELECT Id FROM ApexLog

2. Select the rows and click Delete Row Button.

Leave a Reply