Skip to content

DELETE /{product_key}/image

Replace Product Image

DELETE
/product/{product_key}/image

Delete the product's primary image.

Removes image.jpg from the product media folder and sets image=false in
the product document. Returns no body on success.

Emits: (direct file delete — no event class)

Required scope: product:catalogue:update

Authorizations

OAuth2PasswordBearer
password Flow
Token URL"/api/auth"
Scopes:
  • "admin"User can access and edit users and system settings
  • "library"User can access and edit products
  • "production"User can access and edit production plans
  • "operator"User can access the operator panel and make production declarations

Parameters

Path Parameters

product_key*
Type
string
Required

Responses

Successful Response

application/json
JSON
[
]

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.