---
title: "Delete a user task"
method: DELETE
path: "/public/v1/tasks/{taskId}"
tags: ["User Tasks"]
---

# Delete a user task

`DELETE /public/v1/tasks/{taskId}`

Permanently deletes a user task. Requires a USER API key.

## Path parameters

- `taskId` number, nullable

## Response `200`

Deletion result

- object
  - `success` boolean, required
  - `id` number, required

## Other responses

- `404` — Not Found

---

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