DocsAPI ReferenceForm/bff/form/delete-record
postFormAdmin BFF

/bff/form/delete-record

Permanently deletes a single form submission and all its entry values. This action is irreversible.

FormpostBffFormDelete-record

Parameters

2 body

2 total
Body · 2
formCodestringRequired

Form code.

recordIdnumberRequired

ID of the record to delete.

Request

POST /bff/form/delete-record

post
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.

Get API Key