cURL
curl --request DELETE \ --url https://tables.fillout.com/api/v1/bases/{databaseId}/tables/{tableId}/fields/{fieldId} \ --header 'Authorization: Bearer <token>'
{ "deleted": true }
Permanently removes a field from a table.
Was this page helpful?