Skip to main content

Delete spent times in summary mode

DELETE 

/project/issues/:issueID/workLog/summary/timesSpent/:timesSpentID

Delete spent times in summary mode.

History​

VersionChanges
v6.0.44Added in: v6.0.44

Request​

Path Parameters

    issueID stringrequired

    The issue ID.

    timesSpentID stringrequired

    The timesSpent ID.

Query Parameters

    teamID stringrequired

    The team ID

Responses​

Request is successful.

Schema

    result string

    The result of this request.

    errorCode string

    The error code of this request.

    errorMsg string

    Error message for this request.

Loading...