deleteForm
Permanently delete a form by its ID. This action removes the form record and cannot be undone via API.
Instructions
Delete a form - Permanently delete a form record by ID. Destructive - cannot be undone via API.
Use when: removing a form - child fields orphan.
Required: form_id.
See also: updateForm (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 |
|---|---|---|---|
| form_id | Yes |