Entering content frame

Procedure documentation delete Locate the document in the library structure

Use

You delete an entry from an event dispatcher configuration file. Deletion of entry is immediately effective.

Prerequisites

You must have created an event dispatcher configuration file and added entries for this configuration file using the add command.

Procedure

dbmevtdisp delete <entry_ID> <configuration_file>

 

Option

Description

<entry_ID>

Numerical ID identifying the entry in the configuration file to be deleted

The event dispatcher generates this ID when adding entries.  To display entries for a configuration file, use the list command.

<configuration_file>

Path and name of configuration file from which the entry is to be deleted

Result

OK

Example

You delete the entry with the ID 2 from the configuration file C:\test\testconfig.cfg. 

dbmevtdisp delete 2 C:\test\testconfig.cfg

OK

 

Leaving content frame