View source: R/ses_operations.R
ses_delete_identity_policy | R Documentation |
Deletes the specified sending authorization policy for the given identity (an email address or a domain). This operation returns successfully even if a policy with the specified name does not exist.
See https://www.paws-r-sdk.com/docs/ses_delete_identity_policy/ for full documentation.
ses_delete_identity_policy(Identity, PolicyName)
Identity |
[required] The identity that is associated with the policy to delete. You can
specify the identity by using its name or by using its Amazon Resource
Name (ARN). Examples: To successfully call this operation, you must own the identity. |
PolicyName |
[required] The name of the policy to be deleted. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.