Delete a field from a table

To delete a field from a table, use the HTTP DELETE method with the field name appended to the table name in the URL.

Component

Description

HTTP method

DELETE

URL

https://host/fmi/odata/version/database-name/FileMaker_Tables/table-name/field-name

host – FileMaker Cloud or FileMaker Server host name

version – the OData version, always v4

database-name – the name of the hosted database

table-name - the name of the table

field-name - the name of the field

Example: /fmi/odata/v4/ContactMgmt/FileMaker_Tables/Company/Notes