Deletes a worklog from an issue.Time tracking must be enabled in Jira, otherwise this operation returns an error. For more information, see Configuring time tracking.This operation can be accessed anonymously.Permissions required:
If issue-level security is configured, issue-level security permission to view the issue.
Delete all worklogs project permission to delete any worklog or Delete own worklogs to delete worklogs created by the user,
If the worklog has visibility restrictions, belongs to the group or has the role visibility is restricted to.
Request
Path Params
Query Params
Responses
🟢204Returned if the request is successful.
application/json
Body
🟠400Returned if:
* `adjustEstimate` is set to `new` but `newEstimate` is not provided or is invalid.
* `adjustEstimate` is set to `manual` but `reduceBy` is not provided or is invalid.
* the user does not have permission to delete the worklog.
🟠401Returned if the authentication credentials are incorrect.
🟠404Returned if:
* the issue is not found or user does not have permission to view the issue.
* the worklog is not found or the user does not have permission to view it.
* time tracking is disabled.