delete_picklist_option
Remove a picklist option from a Dataverse Local or Global OptionSet by providing its numeric value and either the global optionset name or entity attribute.
Instructions
Remove an option from a Local or Global OptionSet (currently disabled for safety)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Numeric value of the option to remove | |
| option_set_name | No | Global OptionSet name. Mutually exclusive with entity_logical_name/attribute_logical_name. | |
| entity_logical_name | No | Entity logical name (Local OptionSet; pair with attribute_logical_name). Mutually exclusive with option_set_name. | |
| solution_unique_name | No | Solution unique name (defaults to the Default Solution) | |
| attribute_logical_name | No | Picklist attribute logical name (Local OptionSet; pair with entity_logical_name). Mutually exclusive with option_set_name. |