This script will delete all projects from your Poeditor account.
Create .env
file with your Poeditor API token and run the script:
cp .env.example .env
sh poeditor-purge-projects.sh
Alternative way to run the script:
POEDITOR_TOKEN=xxx sh poeditor-purge-projects.sh