错误码 | 说明 |
---|---|
21303 | 素材不存在 |
调用此接口需购买基础席位。 |
{
"material_library_id": 0
}
curl --location --request POST 'https://open.weibanzhushou.com/open-api/material_library/remove?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"material_library_id": 0
}'
{
"errcode": 0,
"errmsg": "ok"
}