delpersistentvar

  • Version 9.4.4 and earlier: delpersistentvar() function not available.
  • Version 9.4.5 and later: delpersistentvar() function available.

Description

The delpersistentvar() procedure deletes a persistent variable from the local database. This deletion is synchronized to the other specified policy servers.

Syntax

boolean delpersistentvar(wildcard)

Arguments

name Required. A glob(3) wildcard limiting the deleted variables to those matched.

Return Values

A boolean indicating success or failure of the procedure.

delpersistentvar("flag*")