Skip to main content

Documentation Index

Fetch the complete documentation index at: https://tech.illasoft.com/llms.txt

Use this file to discover all available pages before exploring further.

路径

DELETE /image/:imageId

认证

可选(POST 版本需要 JWT)

响应

{ "message": "confirm" }

副作用

删除 agent_message bucket 下所有派生文件:
前缀用途
insert_*用户上传的原图
gen_*AI 生成的图片
blur_*模糊版本
thumb_*缩略图
mask_*遮罩图
watermark_*带水印版本
expand_*扩展图

src/hono/image/index.ts

Caveat

  • 不走 CSAM 检查(删除请求不需要)
  • 无幂等保证:重复 DELETE 返回相同响应但 Storage 中若已无文件会静默

相关