/bff/form/delete-record
Permanently deletes a single form submission and all its entry values. This action is irreversible.
FormpostBffFormDelete-record
Parameters
2 body
Body · 2
formCodestringRequiredForm code.
recordIdnumberRequiredID of the record to delete.
Request
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
}'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.