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:
🟠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.