Unable to delete or access data because of invalid comparison

We have a problem where we are not able to delete data. We have data with the tag GridPowerW-“”, however when we try to access it we get the following error message

error @9:60-9:70: undefined identifier INVALID_OP

error @9:26-9:57: bool is not Comparable

error @9:26-9:70: bool is not Comparable

Because of this we cannot delete the timeseries based on times, as you cannot compare the index to times…

Can you post a sample of the query you used?

Turns out we needed to use escape characters. When doing API requests from python one should escape the escape character ( \") such that the actual request still contains the escape character.