3.39 deletefilter

Deletes a filter in the filter database.

Parameters:

$kiriwrite_dbmodule->deletefilter(options);

Usage:

$kiriwrite_dbmodule->connectfilter();
$kiriwrite_dbmodule->deletefilter({ FilterID => 1 });

options
Specifies the following options as a hash in any order.

Value Description
FilterID Specifies the filter with the identification number given to delete.

If the filter with the filter identification number given does not exist then the error returned should be 'FilterDoesNotExist' in the $error scalar.

If a database error occurs while deleting the filter from the filter database then the error returned should be 'FilterDatabaseError' in the $error scalar and information about the error should be in the $errorext scalar.