---
title: "Deletes a Task"
method: DELETE
path: "/api/2026-07-01/resources/tasks/tasks/{id}"
tags: ["Tasks > Task"]
---

# Deletes a Task

`DELETE /api/2026-07-01/resources/tasks/tasks/{id}`

This endpoint deletes a task.

## Path parameters

- `id` string, required

## Response `200`

OK

- TasksTask
  - `id` string, required — Identifier of the task
  - `name` string, required — Name of the task
  - `company_id` string, required — Company identifier of the author of the task
  - `content` string — Content of the task
  - `due_on` string — Due on date of the task
  - `assignee_ids` string[], required — Employees assigned to the task, assignee_id references to access_id
  - `author_employee_id` string — Employee id of the author of the task
  - `completed_at` string — Completed at date of the task
  - `completed_by_id` string — Completed by identifier
  - `created_at` string, required
  - `updated_at` string, required — Updated at date of the task
  - `status` 'todo' | 'in_progress' | 'done' | 'discarded' — Status of the task

---

[API](https://skmtc.dev/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.dev/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/revisions/1a6bffb20f7d/schema)
