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
服务地址/v3/device/tag/delete_all_device
参数名 | 类型 | 是否必需 | 参数说明 |
tag_list | Array | 是 | 待删除标签列表: "tag_list": ["test_tag_3_Ik0N0", "test_tag_2_Ik0N0"] |
字段名 | 类型 | 是否必填 | 注释 |
seq | Integer | 是 | 与请求包一致(如果请求包是非法 json 该字段为0) |
ret_code | Integer | 是 | 错误码,详细参照错误码对照表 |
err_msg | String | 否 | 请求出错时的错误信息 |
result | String | 否 | 请求正确时:<li>若有额外数据要返回,则结果封装在该字段的 json 中<li>若无额外数据,则可能无此字段 |
{"tag_list": ["test_tag_3_Ik0N0", "test_tag_2_Ik0N0"]}
{"ret_code": 0,"err_msg": "","seq": 0,"result": ""}
文档反馈