Learn how to safely delete database entries in Bubble with clear steps, tips, and best practices to keep your app clean and efficient.

Starting a new venture? Need to upgrade your web or mobile app? RapidDev builds Bubble apps with your growth in mind.
The short version: In Bubble, you delete things by running an action called “Delete thing” or “Delete a list of things” inside a workflow. You pass Bubble the Thing (or list of Things) you want removed, and Bubble permanently removes them from the database.
To remove one record (Bubble calls all records “Things”), you trigger any workflow event, then add the action Data → Delete thing. In the action’s field “Thing to delete,” you reference the specific item (for example: “Current cell’s Thing”). Once the workflow runs, that record is gone permanently.
You can also delete many records at once using Data → Delete a list of things. Bubble asks for a list; you usually provide it using a search. For example, “Search for Orders (status = cancelled)”. Bubble will delete every item returned by the search.
Bubble will only let a workflow delete something if the user running the workflow has permission based on Privacy Rules. If a deletion isn’t working, check Data → Privacy. The user must have the permission “Find this in searches” and “Modify/delete this thing.”
A backend workflow can auto-delete old records. You create a scheduled API workflow, run a search, and delete the results.
// Backend workflow action example
// Action: Data → Delete a list of things
List to delete = Search for Tokens:filtered (Expiration date < Current date/time)
This keeps your database clean without manual user actions.
Learn how to seamlessly integrate Bubble.io with Git through our comprehensive step-by-step guide. Perfect for beginners and professionals.
Learn how to seamlessly integrate Bubble.io with Reddit Ads using our easy step-by-step guide. Boost your ad management today!
Explore our step-by-step guide on integrating Bubble.io with AWS S3, making your app development process more efficient and secure.
Follow our step-by-step guide to seamlessly integrate Bubble.io with Lucidchart, enhancing your workflow & productivity.
Learn how to seamlessly integrate Bubble.io and Kentico with our comprehensive, easy to follow step-by-step guide.
Discover easy-to-follow steps for integrating Bubble.io with Box. Boost your workflow and secure your files seamlessly today.
Fix broken workflows | Optimize logic | Boost performance | Scale with confidence