DELETE
/
product
/
{id}
/
media
/
{mediaName}
Delete Product Media
curl --request DELETE \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/product/{id}/media/{mediaName} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string
required

Product ID

mediaName
string
required

Media file name

Response

200
application/octet-stream

Success

The response is of type file.