[
"string"
]
curl --location --request POST 'http://test-cn.your-api-server.com/media/deleteSource' \
--header 'Content-Type: application/json' \
--data-raw '[
"string"
]'
{
"data": {
"delCount": 0
},
"errorMessage": "string",
"errorCode": 0,
"isSuccess": true
}