| HTTP状态码 | 错误码 | 描述 | 排查建议 |
|---|---|---|---|
| 400 | 230001 | Your request contains an invalid request parameter. | 参数错误,请根据接口返回的错误信息并参考文档检查输入参数。 |
| 400 | 230002 | The bot can not be outside the group. | 机器人不在对应群组中。 |
| 400 | 230006 | Bot ability is not activated. | 机器人能力未启用 。在开发者后台-应用功能-机器人页面开启机器人功能并发布上线。 |
| 400 | 230027 | Lack of necessary permissions. | 请根据本文档中的权限要求部分补充所需权限。 |
| 400 | 230045 | The chat not exist. | 消息所属的群聊不存在,请检查群聊是否已解散。 |
| 400 | 230046 | No Permission to Pin/Unpin messages in the chat. | 该群设置仅群主和群管理员可Pin/Unpin消息,请检查操作者在群内的身份。 |
| 400 | 230047 | Pin/Unpin message trigger message_id limit. | 对同一条 消息Pin/Unpin触发限流策略,请降低请求速度,稍后再试。 |
| 400 | 230050 | The message is invisible to the operator. | 该消息对于操作者不可见,无法进行本操作。 |
Authorization: Bearer ********************curl --location --request DELETE '/im/v1/pins/' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "success",
"data": {}
}
【飞书】API开发者 微信交流群
用微信扫右侧二维码,加入【飞书】API开发者 交流群,互助沟通

扫码加入交流群