message_pin

删除置顶消息

post/message_pin.delete

Request body

vchannel_idstring required

消息所在的频道

pin_idstring required

置顶消息的 id

Example request

{
  "vchannel_id": "=bw52O",
  "pin_id": "=bw52O"
}

Response

request success

{"stackTrail":"components:schemas:NoContent","oasType":"schema","type":"unknown","description":"NO CONTENT"}

Changes

Changed in 2 of the 30 revisions of this API.11