账号关注
Channel Unfollow
Unfollow a specific channel by ID
DELETE
取消关注账号
URL: /v1/channels/{channel_id}/unfollow
方法: DELETE
描述: 取消关注账号
请求参数
参数名 | 类型 | 描述 |
---|---|---|
channel_id | str | 账号唯一 ID。 |
响应参数
参数名 | 类型 | 描述 |
---|---|---|
status | str | 状态码。 |
message | str | 状态信息。 |
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Channel ID
Response
200
application/json
Successful Response
The response is of type object
.