heroku / roadmap

This is the public roadmap for Salesforce Heroku services.
193 stars 11 forks source link

Allow bulk deletion of dataclips #291

Open myabc opened 4 months ago

myabc commented 4 months ago

Required Terms

What service(s) is this request for?

Postgres

Tell us about what you're trying to solve. What challenges are you facing?

It is not currently possible to delete dataclips in bulk. Instead they have to be deleted one by one. This is impractical for users/organisations that have built up a large number of dataclips over time.

myabc commented 4 months ago

We ended up modifying an existing script for bulk update to perform bulk delete instead. See here: https://github.com/Yardlynk/dataclips-cli/tree/bulk-delete

jbrown-heroku commented 4 months ago

Thank you for bringing this up @myabc and sharing your solution. This seems like a frustrating situation and we definitely should have a way to clean up unused Dataclips. Let us look into this.