sns_delete_topic: Deletes a topic and all its subscriptions

View source: R/sns_operations.R

sns_delete_topicR Documentation

Deletes a topic and all its subscriptions

Description

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.

Usage

sns_delete_topic(TopicArn)

Arguments

TopicArn

[required] The ARN of the topic you want to delete.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.