v8

latestOpenAPI 3.0.2raw.githubusercontent.com2025-07-05181151306.2 KB
Table

Delete a table

Delete a specified table by its UUID.

delete/v1/table/{table_id}

Path parameters

table_idstring uuid required

UUID of the table to delete

Response

Successfully deleted the table

datastring
metadataobject

Example response

{
  "data": "Table deleted"
}