v1

latestOpenAPI 3.1.12026-07-268973189.3 KB
Objects

Delete a form field

Removes a question from a form, identified by its field key. Existing submissions keep their stored answers. Returns the field key and deleted: true.

delete/forms/{id}/fields/{key}

Path parameters

idstring required

Form ID (frm_ prefix)

keystring required

Field key (e.g. cf_full_name)

Response

OK

idstring required

Field key (e.g. cf_full_name)

deletedboolean required

Whether the field was deleted