Skip to main content
DELETE
Remove Chunk from Group

Authorizations

Authorization
string
header
required

Headers

TR-Dataset
string<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.

Path Parameters

group_id
string<uuid>
required

Id of the group you want to remove the chunk from.

Query Parameters

chunk_id
string<uuid> | null

Id of the chunk you want to remove from the group

Body

application/json

JSON request payload to remove a chunk from a group

chunk_id
string<uuid>
required

Id of the chunk to remove from the group.

Response

Confirmation that the chunk was removed to the group