v8

latestOpenAPI 3.0.2raw.githubusercontent.com2025-07-05181151306.2 KB
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.

metadataobject
datastring

Example response

{
  "data": "All table rows deleted"
}