paws.customer.engagement (version 0.1.0)

ses_delete_receipt_filter: Deletes the specified IP address filter

Description

Deletes the specified IP address filter.

Usage

ses_delete_receipt_filter(FilterName)

Arguments

FilterName

[required] The name of the IP address filter to delete.

Request syntax

svc$delete_receipt_filter(
  FilterName = "string"
)

Details

For information about managing IP address filters, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

Examples

Run this code
# NOT RUN {
# The following example deletes an IP address filter:
# }
# NOT RUN {
svc$delete_receipt_filter(
  FilterName = "MyFilter"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab