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

# Delete a task

`DELETE /tasks/{id}`

Deletes a specified task.

## Path parameters

- `id` string, uuid, required

## Response `202`

When request is accepted. Returns a hypermedia 'Link' object of the task to be deleted.

- Link
  - `id` string, nullable
  - `href` string, nullable
  - `relation` string, nullable
  - `method` string, nullable

## Other responses

- `403` — When task with specified id is not associated with authenticated client.
- `404` — When task with specified id does not exist.

---

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