To-Do service API

Delete task by ID

Removes a task object specified by the id parameter.

Request URL

Method: DELETE

URL: /tasks/{taskId}

Parameters

Name Variable
taskId integer

Headers

Content-Type: application/json

Request body

N/A

Response body

` {} `

Responses