---
title: "Delete Group by Tracking ID"
method: DELETE
path: "/api/chunk_group/tracking_id/{tracking_id}"
tags: ["Chunk Group"]
---

# Delete Group by Tracking ID

`DELETE /api/chunk_group/tracking_id/{tracking_id}`

Delete a chunk_group with the given tracking id. 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

## Query parameters

- `delete_chunks` boolean, required

## Headers

- `TR-Dataset` string, uuid, required

## Response `204`

Confirmation that the chunkGroup was deleted

## Other responses

- `400` — Service error relating to deleting the chunkGroup

---

[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/versions/84583e7c9fc1/schema)
