DeleteChunkGroupData: {
    deleteChunks: boolean;
    groupId: string;
    trDataset: string;
}

Type declaration

  • deleteChunks: boolean

    Delete the chunks within the group

  • groupId: string

    Id of the group you want to fetch.

  • 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.