{
"body": {
"code": "CAT202305001" // 物料分类编码:需要删除的物料分类编码(示例:CAT202305001 表示2023年5月第1号物料分类)
}
}curl --location --request POST 'https://c2.xinheyun.com/api/open/v4/item/categories/delete' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"code": "CAT202305001" // 物料分类编码:需要删除的物料分类编码(示例:CAT202305001 表示2023年5月第1号物料分类)
}
}'{
"code": 0,
"message": ""
}