BeeIMG Image Hosting
BI
BeeIMG Image Hosting
/delete_image

Delete Image

Delete an image hosted on BeeIMG using its image ID, your API key, and the delete key returned at upload time. Returns OK or ERROR.

liveverifiedunknown~5s typical
mcpprobedbeeimgimagehosting
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-beeimg-mcp /delete_image for me.

Input

FieldTypeDescription
image_id*stringThe image ID to delete (the value of "name" in the upload response).
apikey*stringYour BeeIMG API key.
delete_key*stringThe deletion key returned with the upload response.

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-beeimg-mcp","endpoint":"/delete_image","input":{"image_id":"...","apikey":"...","delete_key":"..."}}'
cli
npx cracked-ai run -p mcp-com-beeimg-mcp -e /delete_image -i '{"image_id":"...","apikey":"...","delete_key":"..."}'
mcp
run_tool({ provider: "mcp-com-beeimg-mcp", endpoint: "/delete_image", input: {"image_id":"...","apikey":"...","delete_key":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.