Tasks API

Task CRUD operations API - Delete task

OVERVIEW

Use this API to delete an existing task 

Request API

DELETE     /api/3/tasks/{taskid}

 

The taskid is the integer parameter, which is the id of an existing task.

Response

The response is a 200 OK http response in the case the task has been deleted successfully, otherwise an error object explaining the reason for failure will be returned. 

Comments


2 Comments

Last Updated: Jun 09,2023