Taxonomy Tools
wordpress_delete_term
Delete a taxonomy term.
wordpress_delete_term
Delete a term.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| taxonomy | string | Yes | Taxonomy name |
| id | number | Yes | Term ID |
Response
{
"success": true,
"deleted": true,
"taxonomy": "category",
"id": 123
}
Example Prompts
- "Delete category 123"
- "Remove the unused tag 99"
Related Tools
Was this page helpful?
Built with Documentation.AI
Last updated Dec 15, 2025
