Deleting all records through API

Hi, Is there any way to delete all records of a table in appsheet database using appsheet API without providing all the keys?

Doesn’t seem possible. You may need to do so by writing a bit of code and using database operations.

1 Like

I tried deleting by specifying all the keys but it is really slow deleting one by one. I’ll try some other method. Thanks for the info