---
title: "Delete a task"
method: DELETE
path: "/v2/tasks/{task_id}"
tags: ["Tasks"]
---

# Delete a task

`DELETE /v2/tasks/{task_id}`

Delete a task by ID.

Required scopes: `task:read-write`.

## Path parameters

- `task_id` string, uuid, required — The ID of the task to delete.

## Response `200`

Success

- object — Success

## Other responses

- `404` — Not Found

---

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