/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. |
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Success
The response is of type file
.