DELETE v1/items/{id}/images/{imageId}

Deletes an image from the item.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

imageId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Returns BadRequest (400) if the image cannot be deleted (i.e. it is the default image), NotFound (404) if the id cannot be found, or OK(200) if successful

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.