Light Mode
Delete Image
DELETE
/products/images/{image}Last modified: 16 days ago
This endpoint allows you to delete a specific image by passing the image
as a path parameter.
:::info[Information]
You can get image ID from the Product Details endpoint.
:::
Request
Path Params
image
integer
required
The Image ID
Request samples
Responses
Deleted Successfully(202)
Not Found(404)
Deleted Successfully
HTTP Code: 202
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
{
"status": 202,
"success": true,
"data": {
"message": "The Object has been removed successfully",
"code": 202
}
}
Last modified: 16 days ago