Delete field
Fields
Delete Field
Permanently removes a field from a table.
DELETE
Delete field
Permanently removes a field from the specified table using either the field ID or field 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 unique identifier of the field. You can also use the field name instead of the ID. Note: You cannot delete the primary field (the first field in a table).
Response
Resource deleted successfully
Example:
true
Last modified on April 28, 2026