Type Alias DeleteGroupByTrackingIdData

DeleteGroupByTrackingIdData: {
    deleteChunks: boolean;
    trDataset: string;
    trackingId: string;
}

Type declaration

  • deleteChunks: boolean

    Delete the chunks within the 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.

  • trackingId: string

    Tracking id of the chunk_group to delete