Images

Delete sandbox image

delete/api/images/{key}

Path parameters

keystring required

Team image name or ID. Names resolve to the newest launch-target revision (release_channel unset), including not-yet-uploaded rows. Public images cannot be deleted. In-flight builds, snapshots, and sandbox mappings that still reference the image return 409.

Response

Image deleted

deletedboolean required
idstring required

Deleted image revision ID.

imageNamestring required

Deleted image name.

uploadedboolean required

Whether the deleted revision was uploaded. Delete-by-name can target a not-yet-uploaded revision that list endpoints hide.

Changes