Console - delete all in table doesn't work

I’m trying to delete all records in a table by using Delete All option. Nothing happens when I do that. I have a screen recording of the bug but can’t upload it here

Hi, Karol.
Could you provide appId and the table name which you want to clear.

I wanted to clear all tables. I’m in development process so I delete all from time to time. App id: 3CEC2E00-5426-C827-FF96-1C345A654100

I’ve tried, and for me all works. What happen when you perform Bulk Operation on Rest Console ?

Selection_007.png

And the best approach that i could suggest is to make export of your schemas (without data), then drop all tables and perform import. You should receive clear tables.

Hi Karol,
For the sake of completeness, I’ll duplicate my answer from our discussion in Slack.
There’s a known issue (id BKNDLSS-16526) that this call depends on permissions while it shouldn’t. Apparently you restricted the deletion for NotAuthenticatedUser in this table, this is why no entry is deleted.
The issue is still in queue since it’s not a priority one. You can still workaround it by selecting all records and delete them page by page.