Table
Delete All Rows from Table
Deletes all rows from the specified table.
delete/v1/table/{table_id}/truncate
Path parameters
table_idstring uuid required
UUID of the table from which all rows are to be deleted.
Response
Successfully deleted all rows from the table.
Example response
{
"data": "All table rows deleted"
}