NAME

Wubot::Reactor::DeleteField - remove a field from the message

VERSION

version 0.2_003

SYNOPSIS

- name: delete field 'x' from the message
  plugin: DeleteField
  config:
    field: x

DESCRIPTION

Removes a field and its value from a message.

SUBROUTINES/METHODS

react( $message, $config )

The standard reactor plugin react() method.