---
title: "Delete Chunk"
method: DELETE
path: "/api/chunk/{chunk_id}"
tags: ["Chunk"]
---

# Delete Chunk

`DELETE /api/chunk/{chunk_id}`

Delete a chunk by its id. Auth'ed user or api key must have an admin or owner role for the specified dataset's organization.

## Path parameters

- `chunk_id` string, uuid, required

## Headers

- `TR-Dataset` string, uuid, required

## Response `204`

Confirmation that the chunk with the 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)
