Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 725 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 725 Bytes

Bulk purge Poeditor projects script

StandWithUkraine

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

Get API token | API docs | More Poeditor API shell scripts