article_delete_data
Delete a specific data key from an article permanently. Requires force=true to confirm, and keys starting with 'internal_' are protected.
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). |