Parameters
JSON body
Request body
application/jsonformCodestringRequiredCode of the form to delete.
Example
contact-formPermanently deletes a form and all its data: field definitions, submitted records, and record entries. This action is irreversible.
JSON body
formCodestringRequiredCode of the form to delete.
contact-form1 status code documented
successbooleanRequired{
"success": false
}POST /bff/form/delete-form
curl -X POST "https://api.bizkithub.com/bff/form/delete-form" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"formCode": "contact-form"
}'All BizKitHub public API endpoints require authentication via API key.