Untag Resource
POST {{aws_lightsail_base_url}}/?resourceArn&resourceName&tagKeys&Version=2016-11-28
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
resourceArn | null | The Amazon Resource Name (ARN) of the resource from which you want to remove a tag. | |
resourceName | null | The name of the resource from which you are removing a tag. | |
tagKeys | null | The tag keys to delete from the specified resource. | |
Version | string | The version of the API. |
Request Body
{"resourceArn"=>"string", "resourceName"=>"string", "tagKeys"=>["string"]}