Skip to main content

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

Image deleted

Loading...