{
"ids": [
0
]
}
curl --location --request POST '/api/v3/ykym/batchDel' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
0
]
}'
{
"code": 0,
"message": "success"
}