---
title: "Delete a task by its unique ID"
method: DELETE
path: "/topics/{topic}/tasks/{id}"
tags: ["tasks"]
---

# Delete a task by its unique ID

`DELETE /topics/{topic}/tasks/{id}`

## Path parameters

- `topic` string, required
- `id` string, required

## Response `200`

OK

- RatusDeleted
  - `deleted` integer — Number of resources deleted by the operation.

## Other responses

- `500` — Internal Server Error

## Changes

- **2022-09-08** `79c9252ef220` — 1 info
  - endpoint added
- **2022-08-25** `e1902c1bf9a3` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/hyperonym/apis/ratus/changes/topics/:topic/tasks/:id/delete.md)

---

[API](https://skmtc.dev/hyperonym/apis/ratus.md) · [All operations](https://skmtc.dev/hyperonym/apis/ratus/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hyperonym/ratus/revisions/edcf82c9deb2/schema)
