Skip to main content
DELETE
/
v1
/
tables
/
{table_id}
await client.tables.delete("tbl_abc123");

Path parameters

table_id
string
required
The unique identifier of the table to delete.

Response

Returns 204 No Content on success. The table, all its rows, and the associated job are permanently removed.
This action is irreversible. All extracted data for this table is permanently deleted.
await client.tables.delete("tbl_abc123");