powered by
Deletes the specified receipt rule.
For information about managing receipt rules, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
ses_delete_receipt_rule(RuleSetName, RuleName)
An empty list.
[required] The name of the receipt rule set that contains the receipt rule to delete.
[required] The name of the receipt rule to delete.
svc$delete_receipt_rule( RuleSetName = "string", RuleName = "string" )
if (FALSE) { # The following example deletes a receipt rule: svc$delete_receipt_rule( RuleName = "MyRule", RuleSetName = "MyRuleSet" ) }
Run the code above in your browser using DataLab