influxdata / influx-cli

CLI for managing resources in InfluxDB v2
MIT License
63 stars 24 forks source link

Support script deletion #383

Closed gavincabbage closed 2 years ago

gavincabbage commented 2 years ago

Add support for the script deletion API.

https://docs.influxdata.com/influxdb/cloud/api/#operation/DeleteScriptsID

This will require additions to the Go client library.

gavincabbage commented 2 years ago

Consolidating into a single issue.