deleteInstanceTags
- Print
- PDF
deleteInstanceTags
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
Deletes instance tags.
Request
Request parameters
Parameter | Required | Type | Limitations | Description |
---|---|---|---|---|
instanceNoList.N | Y | List<String> | Duplicates not allowed. | List of instance numbers that you want to delete instance tags from. Example) instanceNoList.1=1088217 |
instanceTagList.N.tagKey | N | List<String> | Tag key of the instance to delete Get available values by using the getInstanceTagList action. Example) instanceTagList.1.tagKey=tag1 | |
instanceTagList.N.tagValue | N | List<String> | Tag value of the instance to delete Get available values by using the getInstanceTagList action. Example) instanceTagList.1.tagValue=dolphins |
Response
Response body
Examples
Request example
Response example
Was this article helpful?