deleteFormField
Permanently delete a form field by its ID. Existing submission data becomes orphan metadata, and the action cannot be undone via API.
Instructions
Delete a form field - Permanently delete a formfield record by ID. Destructive - cannot be undone via API.
Use when: removing a field. Existing submission records may reference the old field name - data persists but becomes orphan metadata.
Required: field_id.
See also: updateFormField (modify without removing).
Destructive: confirm intent with the user before bulk use. No soft-delete via API - records removed are not recoverable.
Returns: { status: "success", message: "record was deleted" }. No body beyond the confirmation string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field_id | Yes |