influxdb
influxdb copied to clipboard
fix: strip double quotes from measurement names in v2/delete (#25407)
When searching for a measurement in the v2/delete API, remove any quotes put on the measurement name (e.g. to alllow special characters) before string comparisons.
closes https://github.com/influxdata/influxdb/issues/25406
(cherry picked from commit e3e9232de528b7566ad239f6879c98d94ce8707a)
closes https://github.com/influxdata/influxdb/issues/25476