tables
tables copied to clipboard
API endpoint to empty (truncate) a table
Is your feature request related to a problem? Please describe.
Sometimes you need to put new data into a table, replacing an old data. Right now it's possible, but you need to get the list of rows and then delete them one by one.
Describe the solution you'd like
DELETE /index.php/apps/tables/api/1/views/{viewId}/rows/* or something like that.
Describe alternatives you've considered
#437 With option to delete all
Additional context
No response