deleteReceiptFilter

Deletes the specified IP address filter.

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

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

Samples


fun main() { 
   //sampleStart 
   // The following example deletes an IP address filter
sesClient.deleteReceiptFilter {
    filterName = "MyFilter"
} 
   //sampleEnd
}