page_delete_data
Delete a specific data key from a page permanently. Requires force parameter to confirm; keys starting with 'internal_' are protected from deletion.
Instructions
Delete a single page.data. (DELETE /pages/{id}/data/{key}). IRREVERSIBLE — the key is removed permanently. Requires force=true; without it the call is rejected. Keys starting with 'internal_' are server-protected and rejected client-side.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| page_id | Yes | ||
| key | Yes | ||
| force | No | Must be true to actually perform the delete. Defaults to false (defensive opt-in). |