delete_work_log
Removes a recorded time entry from a work item using its project, work item, and log identifiers.
Instructions
Delete a work log for a work item.
Args: project_id: UUID of the project work_item_id: UUID of the work item work_log_id: UUID of the work log
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| work_log_id | Yes | ||
| work_item_id | Yes |