Delete Multiple Layouts

Hello,

Is there a way to delete multiple layouts at once? I don’t see a way in the UI, so if I have to do it in the database, that’s fine. I just need to know all the tables that would need to be updated when removing in from the DB. I ask because I currently have a dev instance that has 8000 layouts that were created using the API and a process we are testing. It got a bit out of hand, and I don’t see a good way to clean it up.

This environment is running 1.8.0-beta. I have others on RC1, RC2 and RC3, but this one is still Beta.

Regards,
Nathan

You should be able to select multiple layouts and then click (below records table) a ‘With Selected’ button -> delete. (i’m not 100% sure if that was implemented in the beta version).

Deleting from db could be faster, but could also create new problems (we generally advise against making changes directly in the db)

You can also delete them via API call.

1 Like

Wow, I can’t believe I overlooked that. Thanks for pointing it out, sorry for the silly ticket.

Best regards,
Nathan