Method: OceanCommander::Droplets#delete

Defined in:
lib/ocean_commander/droplets.rb

#delete(id) ⇒ Object



13
14
15
# File 'lib/ocean_commander/droplets.rb', line 13

def delete(id)
  tp api.droplets.delete(id)
end