Method: Buff::Client::Update#destroy_update

Defined in:
lib/buff/update.rb

#destroy_update(update_id, options = {}) ⇒ Object



74
75
76
# File 'lib/buff/update.rb', line 74

def destroy_update(update_id, options={})
  response = post("/updates/#{update_id}/destroy.json", options)
end