---
title: "DELETE /tasks/{id}"
method: DELETE
path: "/tasks/{id}"
tags: ["Tasks"]
---

# DELETE /tasks/{id}

`DELETE /tasks/{id}`

## Path parameters

- `id` string, uuid, required

## Response `200`

The request has succeeded.

- DeleteTaskResponse — Response for a successful delete operation.
  - `status` 'success', required

## Other responses

- `400` — Response for any operation that results in a bad request error.
- `401` — Response for any operation that results in an unauthorized error.
- `403` — Response for any operation that results in a forbidden error.
- `404` — Response for any operation that results in a not found error.
- `429` — Response for any operation that exceeds a rate limit.
- `500` — Response for any operation that results in an internal server error.

---

[API](https://skmtc.dev/unifygtm/apis/unify-analytics-api.md) · [All operations](https://skmtc.dev/unifygtm/apis/unify-analytics-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/unifygtm/unify-analytics-api/revisions/2f145e6f6d7e/schema)
