Todoist: Remove unused labels
Want to remove your unused labels/tags from Todoist in bulk? The various GUIs will have you do this one at a time but I have written a small, not very efficient Python script that will do this for you.
Here's how it works:
You need to provide your API token (Which you can find in Todoist settings) in a file called token.txt
Then download or copy the script from my Todoist Remove Unused Tags GitHub repository
Just run this using Python and it should work fine
Please bear in mind I've Read more [...]