Description

Specify image ID and delete an image.

Request URL

Image API v2

DELETE /v2/images/{image_id}

Request Paramters

Parameter Value Style Description
X-Auth-Token User Token header
image_id Image ID URI

Normal response codes

204 No Content

Example

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