/bff/form/delete-form
Permanently deletes a form and all its data: field definitions, submitted records, and record entries. This action is irreversible.
FormpostBffFormDelete-form
Parameters
1 body
Body · 1
formCodestringRequiredCode of the form to delete.
Request
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"
}'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.