Options Tools
wordpress_delete_option
Delete a WordPress option.
wordpress_delete_option
Delete an option.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| option | string | Yes | Option name |
Response
{
"success": true,
"deleted": true,
"option": "some_option"
}
Example Prompts
- "Delete option 'some_option'"
- "Remove the legacy setting option"
Related Tools
Notes
- Deleting options can break plugins/themes; use caution
Was this page helpful?
Built with Documentation.AI
Last updated Dec 15, 2025
