Remove custom plant attribute
hortusfox_remove_plant_attributeDelete a plant's custom attribute by specifying the plant ID and attribute label.
Instructions
Remove a custom attribute from a plant by its label. Endpoint: /api/plants/attributes/remove.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | The attribute label to remove. | |
| plant | Yes | The plant ID. |