paws.customer.engagement (version 0.1.0)

ses_delete_receipt_rule: Deletes the specified receipt rule

Description

Deletes the specified receipt rule.

Usage

ses_delete_receipt_rule(RuleSetName, RuleName)

Arguments

RuleSetName

[required] The name of the receipt rule set that contains the receipt rule to delete.

RuleName

[required] The name of the receipt rule to delete.

Request syntax

svc$delete_receipt_rule(
  RuleSetName = "string",
  RuleName = "string"
)

Details

For information about managing receipt rules, 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 a receipt rule:
# }
# NOT RUN {
svc$delete_receipt_rule(
  RuleName = "MyRule",
  RuleSetName = "MyRuleSet"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab