Tables
Delete table
Deletes a table. Requires a USER API key with delete access to the table (admins/owners, the table's creator, or FULL_ACCESS sharing).
delete/public/v1/tables/{name}
Path parameters
namestring required
Example:tasks_board
Response
Deleted
Example response
{
"ok": true,
"data": {
"deleted": true,
"id": "example"
}
}