Delete product image
Images
Delete product image
Permanently delete an image from a product. Returns 204 on success and 404 if the image does not belong to the targeted product. Requires the organization.contribute_organization permission.
DELETE
Delete product image
Documentation Index
Fetch the complete documentation index at: https://docs.closient.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
UUID of the organization that owns the product.
Required string length:
22Pattern:
^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$GTIN-8/12/13/14 of the target product. Normalized to GTIN-14 by zero-padding before lookup.
Pattern:
^\d{8,14}$UUID (or 22-char shortuuid) of the image row to delete. Must belong to the targeted product.
Response
204
No Content