Unfollow a specific channel by ID
/v1/channels/{channel_id}/unfollow
DELETE
参数名 | 类型 | 描述 |
---|---|---|
channel_id | str | 账号唯一 ID。 |
参数名 | 类型 | 描述 |
---|---|---|
status | str | 状态码。 |
message | str | 状态信息。 |
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Channel ID
Successful Response
The response is of type object
.