delete_work_item_property_option
Delete an option from a work item property. Provide the property ID and option ID, with an optional project ID to limit deletion to a specific project.
Instructions
Delete an option from a work item property.
Args: property_id: UUID of the work item property option_id: UUID of the option project_id: UUID of the project. Omit for workspace scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| option_id | Yes | ||
| project_id | No | ||
| property_id | Yes |