注意:该接口需要登陆后才能调用。
只要没有错误异常,无论是否有通知被删除,该接口都会返回成功。
DELETE /api/notifications/{notification_id}
notification_id
integer
通知ID
空数据,通过状态码区分成功还是失败
{ "code": 0, "data": null }
code
无任何错误时,状态码为 0
data
object
该字段为 null,请通过 code 字段判断操作结果
null