Kaneo Logo
Tasks

Delete Task

Delete a task by ID

DELETE
/task/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

API Key authentication

In: header

Path Parameters

id*string

Response Body

application/json

curl -X DELETE "https://cloud.kaneo.app/api/task/string"
{
  "id": "string",
  "projectId": "string",
  "position": 0,
  "number": 0,
  "userId": "string",
  "title": "string",
  "description": "string",
  "status": "to-do",
  "priority": "no-priority",
  "dueDate": null,
  "createdAt": null
}