Get the Delete API to delete time series data from InfluxDB.
Returns:
New instance of DeleteApi.
102 103 104
# File 'lib/influxdb2/client/client.rb', line 102 def create_delete_api DeleteApi.new(options: @options) end