跳转到内容

删除云手机

Request

Bodyapplication/jsonrequired
idsArray of stringsrequired
POST
/api/cloudphone/delete/batch
curl -i -X POST \
  http://127.0.0.1:40000/api/cloudphone/delete/batch \
  -H 'Content-Type: application/json' \
  -d '{
    "ids": [
      "1595755686723985"
    ]
  }'

Responses

成功

Bodyapplication/json
codeintegerrequired

返回结果代码 0:正常;其他代码均为例外情况。

msgstringrequired

错误信息

requestIdstringrequired

操作请求 ID

Response
{ "code": 0, "msg": "string", "requestId": "string" }