---
title: "Delete Task"
method: DELETE
path: "/crm/tasks/{task_id}"
tags: ["CRM Service Calls"]
---

# Delete Task

`DELETE /crm/tasks/{task_id}`

Delete a task by ID.

Permanently removes the task record.

**Path Parameters:**

- **task_id**: The task's CRM record ID.

**Response:** Confirmation with `deleted: true` and the deleted task ID.

## Path parameters

- `task_id` string, required

## Response `200`

Successful Response

- TaskDeleteResponse — Response for task deletion.
  - `deleted` boolean
  - `ids` string[], required

## Other responses

- `422` — Validation Error

---

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