- 应用权限
- API 调用服务指南
- 事件订阅指南
- 服务端 SDK
- 鉴权管理
- 事件管理
- 通讯录
- 消息
- 群组
- 云文档
- 日历
- 视频会议
- 考勤打卡
- 审批
- 服务台
- 任务
- 邮箱
- 应用信息
- 企业信息
- 认证信息
- 个人设置
- 搜索
- AI 能力
- 管理后台
- 飞书人事(标准版)
- 飞书人事(企业版)
- 招聘
- OKR
- 实名认证
- 智能门禁
- 企业百科
- 妙记
- 工作台
- 企业
删除浮动图片
DELETE
/open-apis/sheets/v3/spreadsheets/{spreadsheet_token}/sheets/{sheet_id}/float_images/{float_image_id}
自建应用商店应用
错误码#
HTTP状态码 | 错误码 | 描述 | 排查建议 |
---|---|---|---|
400 | 1310243 | Wrong Float Image Id | 检查 Float Image Id |
400 | 1310229 | Wrong URL Param | 检查 url 参数 |
400 | 1310213 | Permission Fail | 没有文档相应权限 |
400 | 1310217 | Too Many Request | 检查请求是否发送过于频繁 |
400 | 1310214 | SpreadSheet Not Found | 检查表格 token |
400 | 1310215 | Sheet Id Not Found | 检查 sheet_id |
400 | 1310235 | Retry Later | 稍后重试 |
500 | 1315201 | Server Error | 服务内部错误,详询客服 |
500 | 1315203 | Server Error | 服务内部错误,详询客服 |
400 | 1310242 | In Mix state | Retey Later |
400 | 1310249 | Spreadsheet Deleted | 恢复表格后重试 |
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://open.feishu.cn/open-apis/sheets/v3/spreadsheets/shtcnmBA*****yGehy8/sheets/0b**12/float_images/ye06SS14ph' \
--header 'Authorization;'
响应示例响应示例
{
"code": 0,
"msg": "success",
"data": {}
}
请求参数
Path 参数
spreadsheet_token
string
必需
示例值:
shtcnmBA*****yGehy8
sheet_id
string
必需
示例值:
0b**12
float_image_id
string
必需
示例值:
ye06SS14ph
Header 参数
Authorization
string
必需
默认值:
Bearer {{access_token}}
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
错误描述
data
object
必需

【飞书】API开发者 微信交流群
用微信扫右侧二维码,加入【飞书】API开发者 交流群,互助沟通


修改于 2023-01-18 06:44:35