Delete table
Tables
Delete Table
Permanently deletes a table and all its records using either table ID or table name.
DELETE
Delete table
Permanently removes a table and all its associated data from the database using either the table ID or table name.
Authorizations
Enter your Zite API key. Format: Bearer <api_key>
Path Parameters
The unique identifier of the database
The unique identifier of the table. You can also use the table name instead of the ID.
Response
Resource deleted successfully
Example:
true
Last modified on April 28, 2026