Delete a default image and its metadata
Request
To delete a default image and its metadata, send a DELETE request to:
http://<host>:<port>/ihs/v1/metadata/default/{imageName}
Headers
None
Example
This request deletes the image called p183996_i_h6_ab.jpg
and all of its metadata:
http://<host>:<port>/ihs/v1/metadata/default/p183996_i_h6_ab.jpg
Response
If the request is successful, a 200 response is returned with a body that looks like this:
{
"message": "Image deleted"
}
A bad request returns a 400 response.
See also
For full details of this API, see Delete default image and metadata.