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

/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

JSON body

Request body

application/json
formCodestringRequired

Code of the form to delete.

Examplecontact-form

Response schema

1 status code documented

200Success
successbooleanRequired

Response example

application/json
{
  "success": false
}

Request example

POST /bff/form/delete-form

post
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"
}'

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key