wordpress_delete_theme
Remove unused WordPress themes from your site to free up space and reduce security risks. This tool deletes specified themes while preventing removal of the currently active theme.
Instructions
Delete a theme (cannot delete active theme)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stylesheet | Yes | ||
| force | Yes |
Input Schema (JSON Schema)
{
"properties": {
"force": {
"type": "boolean"
},
"stylesheet": {
"type": "string"
}
},
"required": [
"stylesheet",
"force"
],
"type": "object"
}