---
title: "Delete product image"
method: DELETE
path: "/v1/products/{productId}/image"
tags: ["Products"]
---

# Delete product image

`DELETE /v1/products/{productId}/image`

Remove the image associated with a product.

## Path parameters

- `productId` string, uuid, required

## Response `200`

Image removed.

- object
  - `product` Product
    - `id` string, uuid
    - `name` string
    - `description` string
    - `amount` number
    - `externalId` string
    - `isActive` boolean
    - `createdAt` string, date-time

## Other responses

- `401` — Missing or invalid authentication token.
- `404` — Resource not found.

---

[API](https://skmtc.net/yuvexpay/apis/yuvexpay-api.md) · [All operations](https://skmtc.net/yuvexpay/apis/yuvexpay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yuvexpay/yuvexpay-api/revisions/0d036504e049/schema)
