Delete an email recipient and filter

The procedure below accounts for situations in which:

  • An email recipient might have more than one filter query

  • A filter query might apply to more than one recipient

  • A filter query and recipient pair might be no longer needed

Deleting an email recipient and filter involves using a GET operation to return all the possible combinations of recipient and filter, isolating the combination you want to remove, and then performing a DELETE operation to remove it.

Prerequisites

  • Required session ID privileges: Infrastructure administrator

Deleting an email recipient and filter using REST APIs
  1. Perform a GET for the appliance email notifications:

    GET /rest/appliance/notifications/email-config

  2. Remove the alert filter query and email address you want to delete.

  3. Using the resource URI from step 1, reconfigure the appliance for email notifications:

    POST /rest/appliance/notifications/email-config