delete_record
Permanently delete a CMS record by its ID after user confirmation. If pages still reference it, the deletion is refused; retry with force only after the user accepts stale references.
Instructions
Permanently delete one record (entry) by its id. Only call after the user explicitly confirms. A record still used by page blocks is refused: report the listed pages back to the user and retry with force: true only once they confirm the reference may go stale.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Delete even when page blocks still reference the record. Without it, a referenced record is refused and the error names the pages using it. | |
| recordId | No | The record's id to delete |