Skip to content

Untag Resource

sns_untag_resource R Documentation

Remove tags from the specified Amazon SNS topic

Description

Remove tags from the specified Amazon SNS topic. For an overview, see Amazon SNS Tags in the Amazon SNS Developer Guide.

Usage

sns_untag_resource(ResourceArn, TagKeys)

Arguments

ResourceArn

[required] The ARN of the topic from which to remove tags.

TagKeys

[required] The list of tag keys to remove from the specified topic.

Value

An empty list.

Request syntax

svc$untag_resource(
  ResourceArn = "string",
  TagKeys = list(
    "string"
  )
)