tinytales_delete_image tinytales:write
Delete one generated image the caller owns, including stored files. Pages that used it are affected the same way as the dashboard delete action. Repeating the call has no extra effect.
The signed-in customer must have approved tinytales:write. Calls stay inside that account.
The tool creates or updates records in the signed-in account.
The image and its stored files are deleted and cannot be restored.
This tool only reads or changes the signed-in TinyTales account. It does not post to the public internet or to other people’s services.
Repeating the same call does not stack a second effect.
Image id to delete.
json returns structured data. markdown returns the same data as a short readable summary. Defaults to json.
True when the underlying TinyTales route accepted the call.
One-line result for the model to read.
Present when ok is false. Names the failed state and the next tool to call.
{
"image_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
{
"ok": true,
"summary": "Deleted the image."
}