Node-RED DELETE /flows API method

Node-RED doesnt Have a Delete all flows method. How can I delete all flows?

I assume to delete all, I would do a DELETE /flow/:id for all flows?

@Jiyeon you have to double click on flow and on right side a properties tab slide out there is a delete button you can delete it

So, there's no way to delete all?

To delete everything, deploy an empty set of flows to the /flows endpoint.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.