NAME

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

VERSION

version 0.3.6

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.