MENU

Description

image_id を指定し、該当するイメージを削除する

Request URL

Image API v2

DELETE /v2/images/{image_id}

Request Paramters

Parameter Value Style Description
X-Auth-Token Userトークン header トークンID
image_id イメージ ID URI イメージID

Normal response codes

204 No Content

Example
※エンドポイントURLにつきましては、お客様環境によって異なりますので、コントロールパネルにてご確認の上ご利用ください。

  • REQ
curl -i -X DELETE \
-H "Accept: application/json" \
-H "X-Auth-Token: 35941e7df872405d84e5b026dba8323c" \
https://image-service.tyo1.conoha.io/v2/images/0160cc0b-63a2-4a17-998f-d2ee9127ad71
  • RES
HTTP/1.1 204 No Content
Date: Wed, 10 Dec 2014 01:42:59 GMT
Server: Apache
Content-Length: 0
Content-Type: application/json