DELETE
/
v1
/
channels
/
{channel_id}
/
unfollow
curl --request DELETE \
  --url https://api.reportify.cn/v1/channels/{channel_id}/unfollow \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "message": "success"
}

取消关注账号

URL: /v1/channels/{channel_id}/unfollow
方法: DELETE
描述: 取消关注账号

请求参数

参数名类型描述
channel_idstr账号唯一 ID。

响应参数

参数名类型描述
statusstr状态码。
messagestr状态信息。

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

channel_id
string
required

Channel ID

Response

200
application/json

Successful Response

The response is of type object.