MDClub API 文档

Topic:deleteFollow

注意:该接口需要登陆后才能调用。

取消关注指定话题。

HTTP 请求

DELETE /api/topics/{topic_id}/followers

参数

参数名 参数位置 类型 默认值 说明
topic_id path integer

话题ID

响应

关注者数量

示例

{
  "code": 0,
  "data": {
    "follower_count": 112
  }
}

参数说明

参数名 类型 说明
code integer

无任何错误时,状态码为 0

data.follower_count integer

关注者数量