Chunk Group
Remove Chunk from Group
Route to remove a chunk from a group. Auth’ed user or api key must be an admin or owner of the dataset’s organization to remove a chunk from a group.
DELETE
/
api
/
chunk_group
/
chunk
/
{group_id}
Authorizations
Authorization
string
headerrequiredHeaders
TR-Dataset
string
requiredThe 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.
Path Parameters
group_id
string
requiredId of the group you want to remove the chunk from.
Query Parameters
chunk_id
string | null
Id of the chunk you want to remove from the group
Body
application/json
chunk_id
string
requiredId of the chunk to remove from the group.