Remove Tags
datapipeline_remove_tags | R Documentation |
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. |
Value¶
An empty list.
Request syntax¶
svc$remove_tags(
pipelineId = "string",
tagKeys = list(
"string"
)
)