# 刪除收藏
~~~[api]
delete:/users/delete/collection
*int:uid=20180001#用戶id
*int:aid=0#收藏的文章id
<<<
success
{
"status": true,
"resdata": [
{
"id": 1,
"title": "天商計科專業簡介",
"time": "2018-02-26 15:30:36",
"tagid": "[\"001\"]",
"typeid": 3
}
]
}
<<<
nodata
{
"status": false,
"title": "沒有數據",
"message": "沒有查詢到數據"
}
~~~
### 說明:
```resdata```字段為操作后的最新返回結果
```json
"resdata": [
{
"id": 1,
"title": "天商計科專業簡介",
"time": "2018-02-26 15:30:36",
"tagid": "[\"001\"]",
"typeid": 3
}
]
```