Delete a time entry
DELETE
/tm/tasks/{task_id}/time-entries/{time_entry_id}Request
Path Params
task_id
string
required
time_entry_id
string
required
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
success
boolean
required
Example
{
"success": true
}
Last modified: 8 months ago