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

1 body

1 total
Body · 1
formCodestringRequired

Code of the form to delete.

Request

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

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