deleteImage
Delete an image
Deletes an image (storage file + DB row). Always succeeds when the image exists.
Any template column pointing at this image is silently cleared (the template
falls back to no image in that slot — re-attach a new one if needed).
Any pass with strip_image_id pointing at this image has its override nullified
and reverts to the template's strip on next render.
Use GET /manage-images/{id}/usage first if you need to know the blast radius
before deleting.
Scope: images:manage
Maps to OpenAPI operationId deleteImage — DELETE /manage-images/{id}.
Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Image ID. | |
| x_app_id | No | Override X-App-Id for this call. Defaults to the MCP connection header. |