open fun deletePreparedQuery(id: String, resultHandler: Handler<AsyncResult<Void>>): ConsulClient
Deletes an existing prepared query
id - the id of the query to delete
resultHandler - will be called when complete
Return
reference to this, for fluency