Skip to main content
Skip table of contents

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:

CODE
{
    "message": "Image deleted"
}

A bad request returns a 400 response.

See also

For full details of this API, see Delete default image and metadata.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.