Delete user task

This endpoint deletes a single task of a certain user. The user is identified by the given authentication.

Request

URL: /task/tasks/{taskId}

Method: DELETE

Authorization: required

DELETE /ibis/rest/task/tasks/23 HTTP/1.1
Accept: application/xml
Host: localhost:8080

Request Parameters

Name Description Required Allowed values

taskId

Unique task identifier

yes

Any positive integer

Response

HTTP/1.1 200 OK
Content-Tye: application/xml
Content-Length: 1290

Errors

None