View source: R/sns_operations.R
sns_delete_topic | R Documentation |
Deletes a topic and all its subscriptions. Deleting a topic might prevent some messages previously sent to the topic from being delivered to subscribers. This action is idempotent, so deleting a topic that does not exist does not result in an error.
See https://www.paws-r-sdk.com/docs/sns_delete_topic/ for full documentation.
sns_delete_topic(TopicArn)
TopicArn |
[required] The ARN of the topic you want to delete. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.