History
Introduction
API Category
Making API Requests
Region APIs
Instance APIs
Cloud Hosting Cluster APIs
Image APIs
Instance Launch Template APIs
Placement Group APIs
Key APIs
Security Group APIs
Network APIs
Data Types
Error Codes
request address/v3/device/tag/delete_all_device
Parameter Name | Type | Required | Description |
tag_list | Array | Yes | List of tags to be deleted: "tag_list": ["test_tag_3_Ik0N0", "test_tag_2_Ik0N0"] |
Field name | Type | Required | Comments |
seq | Integer | Yes | The same as the request packet (if the request packet is invalid JSON, this field is 0) |
ret_code | Integer | Yes | Error code. For more information, please see the error codes table |
err_msg | String | No | Error message when an error occurs in the request |
result | String | No | When the request is correct: If there is extra data to be returned, the result will be encapsulated in the json of this field. If there is no extra data, there may be no such field |
{"tag_list": ["test_tag_3_Ik0N0", "test_tag_2_Ik0N0"]}
{"ret_code": 0,"err_msg": "","seq": 0,"result":{"":""}}
피드백