Hey team!
Just wondering if anyone has a way of mass clearing/ deleting entries in a Tulip table? I have been creating entries with a loop step and need to clear a boat-load of useless ones out of the table. Cheers!
Hey team!
Just wondering if anyone has a way of mass clearing/ deleting entries in a Tulip table? I have been creating entries with a loop step and need to clear a boat-load of useless ones out of the table. Cheers!
Hello @mattsaun ,
Are you looking to delete all entries in a specific table or a large number of entries but not all?
Thanks.
Hey Het!
Ideally all of them but if I can only do a certain amount at once I will gladly take that
Hey @mattsaun ,
You can use the Tulip API to delete all the records in a table. You can find the API documentation at instance-name.tulip.co/apidocs.
Here is a previous post on community that walks you through this process:
Just as a note, the DELETE endpoint is not reversible, so if you think you may need any of the information make sure to export first to be safe!
Let us know if you have any questions!
Thanks!
Cheers for the help Het!