{
"skuCode": "string"
}curl --location --request POST '/open/product/delete' \
--header 'Authorization: Bearer {{token}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"skuCode": "string"
}'{
"code": 0,
"msg": "string",
"data": {},
"trace": "string",
"extra": {
"property1": {},
"property2": {}
},
"ok": true
}