/bff/form/remove-field
Permanently deletes a field from the form. Existing submitted records that contain this field are not affected (values are preserved in the record data).
FormpostBffFormRemove-field
Parameters
2 body
Body · 2
formCodestringRequiredForm code.
fieldCodestringRequiredKey of the field to remove.
Request
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"
}'Response
JSON payload
{
"success": false
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.