Chunk Group
Delete Group
This will delete a chunk_group. If you set delete_chunks to true, it will also delete the chunks within the group. Auth'ed user or api key must have an admin or owner role for the specified dataset's organization.
delete/api/chunk_group/{group_id}
Path parameters
group_idstring uuid required
Id of the group you want to fetch.
Query parameters
delete_chunksboolean required
Delete the chunks within the group
Headers
TR-Datasetstring uuid required
The dataset id or tracking_id to use for the request. We assume you intend to use an id if the value is a valid uuid.
Response
Confirmation that the chunkGroup was deleted