delete-category
Remove a specific category from a WordPress site by specifying its ID, ensuring cleanup and streamlined content organization. Requires site URL, username, password, and category details for secure execution.
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 |