Use a REMOVE command to delete patterns from an existing autoaction database, either individually or by group. The REMOVE command must be placed after the pattern or group of patterns you want to delete.
You must specify either a pattern number or ALL when you use the REMOVE command.
REMOVE "group-name" {pattern-number | ALL}
where:
identifies the group from which to delete the pattern.
causes ADBM/BADB to delete only the pattern with this number from the group.
ALL
causes ADBM/BADB to delete all patterns from the group.
Examples
This example deletes all patterns in group xyz.
REMOVE "xyz" ALL
This example deletes pattern number 5 in group abc.
REMOVE "abc" 5