Untag Resource

POST {{aws_lightsail_base_url}}/?resourceArn&resourceName&tagKeys&Version=2016-11-28

Request Params

KeyDatatypeRequiredDescription
resourceArnnullThe Amazon Resource Name (ARN) of the resource from which you want to remove a tag.
resourceNamenullThe name of the resource from which you are removing a tag.
tagKeysnullThe tag keys to delete from the specified resource.
VersionstringThe version of the API.

Request Body

{"resourceArn"=>"string", "resourceName"=>"string", "tagKeys"=>["string"]}