Bulk delete - delete all table rows

Hi,
I want to delete all the rows from one table using Bulk delete.
this is the Url:
https://api.backendless.com//data/bulk/<table-name>?where=<where clause>
what should i put in the where clause?
it is necessary?
thank u.

Hello!

You should put there clause that matches all objects, for example, “objectId IS NOT NULL”.
Regards,
Alex

Thank You!