Skip to content

Untag Resource

pinpointsmsvoicev2_untag_resource R Documentation

Removes the association of the specified tags from a resource

Description

Removes the association of the specified tags from a resource. For more information on tags see Tags in the AWS End User Messaging SMS User Guide.

Usage

pinpointsmsvoicev2_untag_resource(ResourceArn, TagKeys)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the resource.

TagKeys

[required] An array of tag key values to unassociate with the resource.

Value

An empty list.

Request syntax

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