paws.networking (version 0.1.6)

apigateway_untag_resource: Removes a tag from a given resource

Description

Removes a tag from a given resource.

Usage

apigateway_untag_resource(resourceArn, tagKeys)

Arguments

resourceArn

[required] [Required] The ARN of a resource that can be tagged. The resource ARN must be URL-encoded.

tagKeys

[required] [Required] The Tag keys to delete.

Request syntax

svc$untag_resource(
  resourceArn = "string",
  tagKeys = list(
    "string"
  )
)