Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 544 Bytes

message_pin.delete.md

File metadata and controls

32 lines (22 loc) · 544 Bytes

message_pin.delete

删除置顶消息

请求方式

POST {base_url}/message_pin.delete

请求参数

需要登录

参数名称 参数类型 参数是否必须? 说明 样例
vchannel_id string 消息所在的频道 =bw52O
pin_id string 置顶消息的 id =bw52O

响应

200

错误响应

{
  "code": // error code,
  "error": "unexpected error"
}