wp_delete_category
Deletes a WordPress category by ID, removing unwanted terms from your taxonomy. Target a specific site if multiple sites are configured.
Instructions
Deletes a category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the category to delete. | |
| site | No | The ID of the WordPress site to target (from mcp-wordpress.config.json). Required if multiple sites are configured. |