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
Changes
No recorded changes to this endpoint across all 1 revision of this API.