拥有此API的权限集 |
---|
素材管理-素材分组操作 |
curl --location --request POST 'https://api.xiaoe-tech.com/xe.material.category_delete/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token":"xe_xxxxx",
"category_id": 523463,
"type":1
}'
{
"code": 0,
"msg": "ok",
"data": null
}