open fun destroySession(id: String, resultHandler: Handler<AsyncResult<Void>>): ConsulClient
Destroys the given session
id - the ID of session
id
resultHandler - will be called when complete
resultHandler
Return reference to this, for fluency