evtctxdrop

Deletes all event contexts corresponding to the specified topic at once.

Syntax

evtctxdrop all=BOOL

or

evtctxdrop topic="STR"
Required Parameter

You must specify one of the following options:

all=BOOL
Option to delete all event contexts at once (default: f). This option cannot be used with topic=STR.
topic="STR"
Name of event context. The command deletes all event contexts with names that match the topic. This option cannot be used with all=t.