---
title: "Complete a task"
method: POST
path: "/complete-task"
tags: ["Tasks"]
---

# Complete a task

`POST /complete-task`

Mark a task as completed in Taskwarrior

## Request body

- ModelsCompleteTaskRequestBody
  - `UUID` string
  - `email` string
  - `encryptionSecret` string
  - `taskuuid` string

## Response `202`

Task completion accepted for processing

- string

## Other responses

- `400` — Bad request - invalid input or missing taskuuid
- `405` — Method not allowed

---

[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)
