v44

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-20129390589.6 KB
Images

Delete image

⚠️ This endpoint is in public preview.

Delete an image.

delete/preview/v2/images/{id}

Path parameters

idstring required

A resource path like 'sfc:image:acme:prod:my-image' or an ID. Resource paths are human-readable but not stable - they change when resources are renamed or moved. IDs are stable and permanent.

Example:image_k3R-nX9vLm7Qp2Yw5Jd8F

Image ID, name, or resource path

Response

Image deleted

object'image' required
deletedboolean required
namestring required

Example response

{
  "object": "image",
  "name": "my-resource-name"
}