delete_attribute_term
Delete a specific term from a WooCommerce product attribute, removing it from all products using that value. Provide the attribute ID and term ID.
Instructions
Delete a value from a product attribute. Removes the term from all products using it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Term ID | |
| force | No | Must be true to delete a term | |
| fields | No | Comma-separated fields to return in response | |
| attribute_id | Yes | Parent attribute ID |