View source: R/sns_operations.R
sns_unsubscribe | R Documentation |
Deletes a subscription. If the subscription requires authentication for deletion, only the owner of the subscription or the topic's owner can unsubscribe, and an Amazon Web Services signature is required. If the unsubscribe
call does not require authentication and the requester is not the subscription owner, a final cancellation message is delivered to the endpoint, so that the endpoint owner can easily resubscribe to the topic if the unsubscribe
request was unintended.
See https://www.paws-r-sdk.com/docs/sns_unsubscribe/ for full documentation.
sns_unsubscribe(SubscriptionArn)
SubscriptionArn |
[required] The ARN of the subscription to be deleted. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.