Parameters
JSON body
Request body
application/jsonformCodestringRequiredForm code.
Example
contact-formfieldCodestringRequiredKey of the field to remove.
Example
emailPermanently deletes a field from the form. Existing submitted records that contain this field are not affected (values are preserved in the record data).
JSON body
formCodestringRequiredForm code.
contact-formfieldCodestringRequiredKey of the field to remove.
email1 status code documented
successbooleanRequired{
"success": false
}POST /bff/form/remove-field
curl -X POST "https://api.bizkithub.com/bff/form/remove-field" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"formCode": "contact-form",
"fieldCode": "email"
}'All BizKitHub public API endpoints require authentication via API key.