tables icon indicating copy to clipboard operation
tables copied to clipboard

API endpoint to empty (truncate) a table

Open RTechSn opened this issue 1 month ago • 3 comments

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

RTechSn avatar Jan 20 '25 14:01 RTechSn