wp post term remove <id> <taxonomy> <term>
Remove a term from an object
Arguments
| Name | Description |
|---|---|
id | The ID of the object |
taxonomy | The name of the term’s taxonomy |
term | The name of the term or terms to be removed from the object |
Options
| Name | Description |
|---|---|
--by <field> | Explicitly handle the term value as a slug or id |
--all | Remove all terms from the object |