---
title: "Bulk delete tasks"
method: POST
path: "/delete-tasks"
tags: ["Tasks"]
---

# Bulk delete tasks

`POST /delete-tasks`

Delete multiple tasks in Taskwarrior

## Request body

- ModelsBulkDeleteTaskRequestBody
  - `UUID` string
  - `email` string
  - `encryptionSecret` string
  - `taskuuids` string[]

## Response `202`

Bulk task deletion accepted for processing

- string

## Other responses

- `400` — Invalid request - missing or empty taskuuids
- `405` — Method not allowed

## Changes

- **2026-07-17** `29008907af99` — 1 info
  - endpoint added
- **2025-10-23** `9a584a665f7b` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ccextractor/apis/ccsync-api/changes/delete-tasks/post.md)

---

[API](https://skmtc.dev/ccextractor/apis/ccsync-api.md) · [All operations](https://skmtc.dev/ccextractor/apis/ccsync-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ccextractor/ccsync-api/revisions/29008907af99/schema)
