API 参考
/- 云手机
- 本地 API
/
删除云手机
POST
curl -i -X POST \
http://127.0.0.1:40000/api/cloudphone/delete/batch \
-H 'Content-Type: application/json' \
-d '{
"ids": [
"1595755686723985"
]
}'Response
{ "code": 0, "msg": "string", "requestId": "string" }