---
title: "Delete task"
method: DELETE
path: "/tasks"
tags: ["[v1] Task"]
deprecated: true
---

# Delete task

`DELETE /tasks`

> **Deprecated.**

>Endpoint deprecated instead use <a href="/#/operations/post-task-remove">this</a>
Delete task. To delete a task you should have proper permissions. You need to include `task_id` in GET.

## Query parameters

- `task_id` string, required

## Response `200`

OK

- object
  - `task_id` union
    - string
    - integer
  - `parent_id` union
    - string
    - integer
  - `name` string
  - `external_task_id` union
    - string
    - integer
  - `external_parent_id` union
    - string
    - integer
  - `level` union
    - string
    - integer
  - `add_date` string
  - `archived` union
    - string
    - integer
  - `color` string
  - `tags` string
  - `budgeted` union
    - string
    - integer
  - `checked_date` string, nullable
  - `root_group_id` union
    - string
    - integer
  - `assigned_to` union
    - string
    - integer
  - `assigned_by` union
    - string
    - integer
  - `due_date` string, nullable
  - `note` string, nullable
  - `context` string, nullable
  - `folder` string, nullable
  - `repeat` string, nullable
  - `billable` union
    - string
    - integer
  - `budget_unit` string
  - `public_hash` string, nullable
  - `modify_time` string, nullable
  - `keywords` string

## Other responses

- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/timecamp/apis/timecamp-api.md) · [All operations](https://skmtc.net/timecamp/apis/timecamp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/timecamp/timecamp-api/versions/c7e9d1f9cf61/schema)
