Delete product image by id
DELETE/api/company/:company_id/product/:product_id/image/:image_id
Delete product image by id
Request
Path Parameters
company_id uuidrequired
The id of the company
product_id uuidrequired
The id of the product
image_id uuidrequired
The id of the image
Responses
- 200
- 422
- default
Image deleted
Company / Product / Image not found
Unexpected error
- application/json
- Schema
- Example (from schema)
Schema
code int32required
The error code
message stringrequired
A human-readable error message
{
"code": 0,
"message": "string"
}
Loading...