Delete task
DELETE
/tasks/{id}Contract
Parameter | Value |
|---|---|
| Section | tasks |
| Authentication | CookieAuth |
| Consumes | not required |
| Produces | application/json |
Parameters
1 parameter
Name | Location | Required | Type | Description |
|---|---|---|---|---|
| id | path | yes | integer | Task ID |
Responses
3 responses
Status | Description | Type |
|---|---|---|
200 | Successful response | no body |
401 | Unauthorized | object |
500 | Invalid ID or record deletion failed | object |
{ "data": {}, "error": "<string>" }{ "data": {}, "error": "<string>" }