RemoveChunkFromGroupData: {
    chunkId?: string | null;
    groupId: string;
    requestBody?: RemoveChunkFromGroupReqPayload | null;
    trDataset: string;
}

Type declaration

  • OptionalchunkId?: string | null

    Id of the chunk you want to remove from the group

  • groupId: string

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

  • OptionalrequestBody?: RemoveChunkFromGroupReqPayload | null

    JSON request payload to remove a chunk from a group

  • trDataset: string

    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.