---
title: "Tasks > Task > Bulk deletes"
method: POST
path: "Webhooks > Tasks > Task > Bulk deletes"
tags: ["Webhooks"]
---

# Tasks > Task > Bulk deletes

`POST Webhooks > Tasks > Task > Bulk deletes` (webhook)

Subscription_type: `tasks/task/bulk_delete`

## Payload

- 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

## Acknowledgement `200`

Return a 200 status to indicate that the data was received successfully

---

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