open fun destroyAclToken(id: String, resultHandler: Handler<AsyncResult<Void>>): ConsulClient
Destroy Acl token
id - the ID of token
id
resultHandler - will be called on complete
resultHandler
Return reference to this, for fluency