For 0.8, non-read queries should typically be sent using curl. Your error appears to indicate that the user you are authenticating as doesn't have permissions to delete from that database. Can you check your user permissions and try again?
On Mon, Aug 1, 2016 at 10:47 AM, <[email protected]> wrote: > I know that we have a new version, and I'm migrating towards, but I do > have some old 0.8.8 version running. > > > What is the delete command in that version? > > #curl -G 'http://influx01:8086/db/latency/series?u=user&p=pass' > --data-urlencode "q=delete from logstash where time < now() -30d" -v > > < HTTP/1.1 403 Forbidden > > > via web 8083 interface ExploreData window: > Insufficient permissions to write to latency > > I'm not sure what are the API endpoints for the curl -X DELETE > > Should I run a GET curl with delete as mentioned in the documentation: > > https://docs.influxdata.com/influxdb/v0.8/api/query_language/#deleting-data-or-dropping-series > > Should I Use the web interface? > > What would be the place from where (how) would You execute delete commands > mentioned in the documentation (curl command, interface, etc) > > -- > Remember to include the InfluxDB version number with all issue reports > --- > You received this message because you are subscribed to the Google Groups > "InfluxDB" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/influxdb. > To view this discussion on the web visit > https://groups.google.com/d/msgid/influxdb/688fa571-3da9-4125-988c-e3171290f2e0%40googlegroups.com > . > For more options, visit https://groups.google.com/d/optout. > -- Sean Beckett Director of Support and Professional Services InfluxDB -- Remember to include the InfluxDB version number with all issue reports --- You received this message because you are subscribed to the Google Groups "InfluxDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/influxdb. To view this discussion on the web visit https://groups.google.com/d/msgid/influxdb/CALGqCvPF2%3DQVv5gk_5ismPQ-wowxtX7GNBmijFvTBLfpSwRMaA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
