{
"orderId": 0,
"ids": [
0
]
}
curl --location --request POST 'https://hwc-open-api.yqn.com/v3/saleReturn/deleteAttachments' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": 0,
"ids": [
0
]
}'
{
"statusCode": 200,
"status": 0,
"code": 200,
"message": "Operate Successful"
}