Hi,
i have a 1000 scenarios. can i bulk delete them?
Hi @trokiano,
Via the UI, no. But you can use the Make API to list and delete scenario’s:
https://www.make.com/en/api-documentation/scenarios-get
Cheers,
Henk
Howdy @trokiano;
Here’s how I bulk delete scenarios within a folder.
blueprint (1).json (36.8 KB)
Background
As system-based scenarios come out of use for us, we’ll delete the folders and scenarios in bulk. However, since we’re dealing with a production environment, we’ve a simple precaution to prefix the folder name with zzz
.
Also, our Make scenarios are checked hourly and pushed to GitHub upon change, so we’re comfortable with the deletions.
If you’ve multiple folders, then create a controller scenario that cycles through the folder ids and calls the scenario I gave above using the Make Run Scenario module.