wp_taxonomies_delete_category
Permanently delete a WordPress category by ID with a confirmation token, requiring full mode. Posts are unaffected but lose the category assignment.
Instructions
Delete a category (WP REST has no trash for terms — always permanent). Required: confirm="DELETE_CATEGORY_". Requires MODE=full. Posts in this category are NOT deleted; they lose the category assignment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| confirm | Yes |