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
GET {SERVER_API_URL}/deleteInstanceTags
?instanceNoList.1=1021003
Response example
<deleteInstanceTagsResponse>
<requestId>cb230969-64ba-4aec-8cc9-5ca97dd146a2</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
<totalRows>0</totalRows>
<instanceTagList/>
</deleteInstanceTagsResponse>
Was this article helpful?