Permanently delete a table and all its rows.
await client.tables.delete("tbl_abc123");
204 No Content