delete_work_item_property
Delete a specific work item property by providing its ID. Supports project-level or workspace scope with optional project and work item type IDs.
Instructions
Delete a work item property by ID.
Args: work_item_property_id: UUID of the property project_id: UUID of the project. Omit for workspace scope. work_item_type_id: UUID of the work item type - omit to use project-level endpoint
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | ||
| work_item_type_id | No | ||
| work_item_property_id | Yes |