Skip to main content
DELETE
Delete table
Deleting a table will permanently remove the table, all its fields, views, and all records stored in the table. This action cannot be undone.

Authorizations

Authorization
string
header
required

Enter your Zite API key. Format: Bearer <api_key>

Path Parameters

databaseId
string
required

The unique identifier of the database

tableId
string
required

The unique identifier of the table. You can also use the table name instead of the ID.

Response

Resource deleted successfully

deleted
boolean
required
Example:

true