curl --location --request DELETE 'http://jira.local:8080/jira/rest//rest/api/3/issue//worklog/'
{}
new
Sets the estimate to a specific value, defined in newEstimate
.leave
Leaves the estimate unchanged.manual
Increases the estimate by amount specified in increaseBy
.auto
Reduces the estimate by the value of timeSpent
in the worklog.adjustEstimate
is new
.adjustEstimate
is manual
.