Cannot delete data in influx oss 2.11

Hi ,
I installed oss 2.11 with docker. I tried to delete some data , it responsed 204 as suceess and no reponse data. Then I checked the oos measurment, the data is still there. I send the command with a idea tool . And my request is as below:

POST http://192.168.130.49:8086/api/v2/delete?org=sec&bucket=mub
Authorization: token token
Content-Type: application/json

{
  "start": "2022-05-16T23:19:39.999Z",
  "stop": "2022-05-16T23:19:41.348Z",
  "predicate": "_measurement=\"T3_5s\" AND _field=\"ac_current\" AND ammeterId =\"27\""
}

HTTP/1.1 204 No Content
X-Influxdb-Build: OSS
X-Influxdb-Version: 2.1.1
Date: Fri, 03 Jun 2022 15:32:20 GMT

hi team,
anyone can help?

This has happened to me a few times while using the CLI to delete data. Usually a restart of InfluxD solves it.

I restart the influxd, but it still doesn’t work