MCP Gateway
ApiAdmin sandbox images

Delete Image

Hard delete a sandbox image. Pass ?force=true to destroy referencing sandboxes first.

DELETE
/api/v1/admin/sandbox-images/{image_id}

Authorization

User API Key
AuthorizationBearer <token>

User API key (mgw_usr_live_* or mgw_usr_test_*)

In: header

Path Parameters

image_id*string
Formatuuid

Query Parameters

force?boolean
Defaultfalse
access_token?|

Response Body

application/json

curl -X DELETE "https://loading/api/v1/admin/sandbox-images/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}