Taxonomy Toolswordpress_delete_term
Taxonomy Tools

wordpress_delete_term

Delete a taxonomy term.

wordpress_delete_term

Delete a term.

Parameters

ParameterTypeRequiredDescription
taxonomystringYesTaxonomy name
idnumberYesTerm ID

Response

{
  "success": true,
  "deleted": true,
  "taxonomy": "category",
  "id": 123
}

Example Prompts

  • "Delete category 123"
  • "Remove the unused tag 99"
Was this page helpful?
Built with Documentation.AI

Last updated Dec 15, 2025