Delete Product Media
Product
Delete Product Media
/product//media/
DELETE
Delete Product Media
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
/product//media/ Description: The/product/{id}/media/{mediaName} endpoint deletes a specific media file associated with a product.
Method:
DELETE
Path Parameters:
| Parameter | Type | Description |
|---|---|---|
| id | string | The unique identifier of the product. |
| mediaName | string | The name of the media file to delete. |