Deleting resources in bulk is not an option that is offered via Transifex Web Interface.
However, this can easily be done via Transifex Client. Once it is installed, it’s a matter of three commands to achieve what you want:
- Initialize a Transifex project:
$ tx init - Synchronize your project on transifex.com with your local instance:
$ tx set —auto-remote https://www.transifex.com/reverbcom/project_slug/ - Delete all the resources in a project
$ tx delete -r dproject_slug.*
The last command will delete all the resources that are hosted at your project in Transifex.
In case you want to remove specific resources in a project, then you can use the following command line:
tx delete -r project_slug.resource_slug