delete-category
Remove a WordPress category by specifying its ID and site credentials. Ensures complete deletion without trashing, simplifying category management through programmatic API integration.
Instructions
Delete a WordPress category
Input Schema
Name | Required | Description | Default |
---|---|---|---|
categoryId | Yes | ID of the category to delete | |
force | No | Required to be true, as terms do not support trashing | |
password | Yes | WordPress application password | |
siteUrl | Yes | WordPress site URL | |
username | Yes | WordPress username |