func (f *countingBloomFilter) Delete(ctx context.Context) error {
    resp := f.client.Do(
        ctx,
        f.client.B().
            Eval().