Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 476 Bytes

File metadata and controls

22 lines (15 loc) · 476 Bytes

Delete task by id

Description: Delete a certain task by its id.
URL: /api/task/:taskId
Method: DELETE
Data constraints: None

Example request:

DELETE http://localhost:3000/api/task/1

Example result:

Status: 204 No Content