Delete an event
Returns:
155 156 157
# File 'lib/misp/event.rb', line 155 def delete _delete("/events/#{id}") { |json| json } end