{{sidenavigation.sidenavigationExpandLabel}}
{{getMsg('Help_YouAreHere')}}: {{page.title}} {{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}} {{helpModel.downloadHelpPdfDataStatus}}

Delete

Deletes task specified by ID.

GET /api/taskplanner/<TaskID>/delete

Requests deletion of the task.

Example Request

# Request
GET /api/taskplanner/4w8yavnk046debwrwkcg4dbqh/delete HTTP/1.1
Authorization: Bearer VGhpcyBpcyBqdXN0IGEgZGVtbyBhY2Nlc3MgdG9rZW4u
 
# Response - Task is deleted due to request
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 0
 
# Response - Task does not exist
HTTP/1.1 404 Not Found
Content-Type: application/json
Content-Length: 0

Application Example

# Browser access
http://127.0.0.1:9000/api/taskplanner/4w8yavnk046debwrwkcg4dbqh/delete
 
# Shell access using curl
curl -LsH "Authorization: Bearer <access_token>" "http://127.0.0.1:9000/api/taskplanner/4w8yavnk046debwrwkcg4dbqh/delete"
 
# Shell access using curl using username and password
curl -Lsu username:password "http://127.0.0.1:9000/api/taskplanner/4w8yavnk046debwrwkcg4dbqh/delete"
i-net CoWork
This application uses cookies to allow login. By continuing to use this application, you agree to the use of cookies.


Help - /<TaskID>/delete