Authorization: Bearer ********************
{
"ticket": "string",
"commonAccountInfo": {
"accountType": 0
},
"contentIDList": [
"string"
],
"path": "string",
"cloudID": "string",
"cloudType": 0,
"catalogType": 0
}
curl --location --request POST 'http://api.sikey.com.cn/app-api/mcdisk/wristwatch/familyCloud/deleteContents' \
--header 'accessToken;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ticket": "string",
"commonAccountInfo": {
"accountType": 0
},
"contentIDList": [
"string"
],
"path": "string",
"cloudID": "string",
"cloudType": 0,
"catalogType": 0
}'
{
"code": 0,
"data": {
"deleteContIDList": [
"string"
],
"failureContIDList": [
"string"
]
},
"msg": "string"
}