article_delete_data
Permanently delete a specific data key from an article. Requires force=true to execute; internal_ keys are blocked to protect server settings.
Instructions
Delete a single article.data. (DELETE /articles/{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 |
|---|---|---|---|
| key | Yes | ||
| site | Yes | ||
| force | No | Must be true to actually perform the delete. Defaults to false (defensive opt-in). | |
| article_id | Yes |