paws.analytics (version 0.1.0)

datapipeline_remove_tags: Removes existing tags from the specified pipeline

Description

Removes existing tags from the specified pipeline.

Usage

datapipeline_remove_tags(pipelineId, tagKeys)

Arguments

pipelineId

[required] The ID of the pipeline.

tagKeys

[required] The keys of the tags to remove.

Request syntax

svc$remove_tags(
  pipelineId = "string",
  tagKeys = list(
    "string"
  )
)