Parameters
JSON body
Request body
application/jsonformCodestringRequiredForm code.
Example
contact-formrecordIdnumberRequiredID of the record to delete.
Example
42Permanently deletes a single form submission and all its entry values. This action is irreversible.
JSON body
formCodestringRequiredForm code.
contact-formrecordIdnumberRequiredID of the record to delete.
421 status code documented
successbooleanRequired{
"success": false
}POST /bff/form/delete-record
curl -X POST "https://api.bizkithub.com/bff/form/delete-record" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"formCode": "contact-form",
"recordId": 42
}'All BizKitHub public API endpoints require authentication via API key.