Skip to content

Instantly share code, notes, and snippets.

@Nahumancer
Created August 31, 2020 17:52
Show Gist options
  • Save Nahumancer/87a2eb6265c0c2c502db0657e4564ca3 to your computer and use it in GitHub Desktop.
Save Nahumancer/87a2eb6265c0c2c502db0657e4564ca3 to your computer and use it in GitHub Desktop.
Delete Apex Logs using SFDX
sfdx force:data:soql:query -q "SELECT Id FROM ApexLog" -r "csv" > out.csv
sfdx force:data:bulk:delete -s ApexLog -f out.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment