MDClub API 文档

Question:deleteFollow

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

取消关注。

HTTP 请求

DELETE /api/questions/{question_id}/followers

参数

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

提问ID

响应

关注者数量

示例

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

参数说明

参数名 类型 说明
code integer

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

data.follower_count integer

关注者数量