article_delete_data
Delete a specific key-value pair from article data permanently. Requires force=true to execute, and prevents removal of internal keys.
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 |
|---|---|---|---|
| site | Yes | ||
| article_id | Yes | ||
| key | Yes | ||
| force | No | Must be true to actually perform the delete. Defaults to false (defensive opt-in). |