v1

latestOpenAPI 3.0.0Proprietary2026-08-062711471.0 MB
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

oktrue required

Example response

{
  "ok": true,
  "data": {
    "deleted": true,
    "id": "example"
  }
}