v1

latestOpenAPI 3.0.3Proprietary2026-08-0656136286.9 KB
Companies Tables

Delete Companies Table

Permanently delete a table and all its data. This cannot be undone.

Billing: Free.

delete/v3/companies/tables/{table_id}

Path parameters

table_idstring required

The table's ID.

Query parameters

emailstring email

Email of the user making the request. Used to scope ownership/visibility checks on GET/DELETE calls, which cannot carry a body.

Response

Table deleted

tableIdstring
statusstring

Example response

{
  "tableId": "583021",
  "status": "deleted"
}