Last chance! 50% off unlimited learning
Sale ends in
Remove a tag from a Step Functions resource
sfn_untag_resource(resourceArn, tagKeys)
[required] The Amazon Resource Name (ARN) for the Step Functions state machine or activity.
[required] The list of tags to remove from the resource.
An empty list.
svc$untag_resource( resourceArn = "string", tagKeys = list( "string" ) )