docs

Delete Image

Delete a store image

Path Parameters

ParameterDetails
storeId
  • required
integer
Examples:
  • {
      "type": "integer"
    }
  • {
      "type": "string"
    }
imageId
  • required
integer

Responses

200
Store deleted
application/json
Success
401
Unauthorized
application/json
Error
404
Store not found
application/json
Error
DELETE/stores/{storeId}/images/{imageId}

Request samples

Provide Feedback