site_delete_data
Delete a site data key permanently. To execute, set force=true; otherwise the request is rejected.
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). |