Skip to content

[通知]删除消息

  • 接口地址:/api/v2/notification/delete
  • 请求方式:DELETE
  • 传参方式:application/json

Headers 可选参数

参数名公开模式(是否必传)私有模式(是否必传)
X-Fresns-AidYESYES
X-Fresns-Aid-TokenYESYES
X-Fresns-UidYESYES
X-Fresns-Aid-TokenYESYES

Body 参数

参数名类型是否必传说明
typeStringYESallchoose
notificationTypeNumberNO1 系统通知 2 推荐内容 3 点赞 45 关注 6 屏蔽 7 提及 8 评论
notificationIdsStringNO消息 notificationId,多个以英文逗号隔开

接口使用说明

  • notificationTypenotificationIds 二选一传参,不可同时传参。
  • type = all 使用 notificationType 参数,批量删除指定类型全部消息。
  • type = choose 使用 notificationIds 参数,批量删除指定 ID 的消息。

返回结果

json
{
    "code": 0,
    "message": "ok",
    "data": null
}

Released under the Apache-2.0 License