site_delete_data
Permanently remove a key from site.data. Requires force=true to execute; internal keys are protected.
Instructions
Delete site.data. (DELETE /site/data/{key}). IRREVERSIBLE — the key is removed from site.data permanently. Requires force=true; without it the call is rejected. 'internal_*' keys are server-protected and refused client-side.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| key | Yes | ||
| force | No | Must be true to actually perform the delete. Defaults to false (defensive opt-in). |