Delete record
Records
Delete Record
Permanently removes a record from a table using either table ID or table name.
DELETE
Delete record
Permanently removes a record from the specified table 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.
The UUID of the record to delete
Response
Resource deleted successfully
Example:
true
Last modified on April 28, 2026