# 刪除文章
- 1.通過id刪除文章
~~~[api]
delete:/article/delete
*int:id=0000#要刪除的文章id
<<<
success
{
"status": true
}
<<<
error
{
"status": false
}
~~~
# 刪除學院
- 1.通過id刪除學院
~~~[api]
delete:/article/delete/college
*int:id=0000#要刪除的學院id
<<<
success
{
"status": true
}
<<<
error
{
"status": false
}
~~~