TasksDeleteById - maxkunitsa/timeTracker GitHub Wiki

#Deleting a task

Deletes specific task by id.

Note: Authentication required

DELETE    /tasks/{task-id}

-- #####Path Parameters

Name Description
task-id Id of the task

-- #####Response Example (success) HTTP STATUS: 204 [no content]

-- #####Response Example (error)

{
  "message": "Task with 5w39w73nc0w9387b0cw9bf8c id does not exists"
}