class Seatsio::EventsClient

def delete(key:)

def delete(key:)
  @http_client.delete("events/#{key}")
end