---
title: "Delete Chunk By Tracking Id"
method: DELETE
path: "/api/chunk/tracking_id/{tracking_id}"
tags: ["Chunk"]
---

# Delete Chunk By Tracking Id

`DELETE /api/chunk/tracking_id/{tracking_id}`

Delete a chunk by tracking_id. This is useful for when you are coordinating with an external system and want to use the tracking_id to identify the chunk. Auth'ed user or api key must have an admin or owner role for the specified dataset's organization.

## Path parameters

- `tracking_id` string, required

## Headers

- `TR-Dataset` string, uuid, required

## Response `204`

Confirmation that the chunk with the tracking_id specified was deleted

## Other responses

- `400` — Service error relating to finding a chunk by tracking_id

---

[API](https://skmtc.net/devflowinc/apis/trieve-api.md) · [All operations](https://skmtc.net/devflowinc/apis/trieve-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/devflowinc/trieve-api/revisions/84583e7c9fc1/schema)
