Delete Main Image Relationship
DELETE
Delete Main Image Relationship(s)
https://api.moltin.com/pcm/products/:productId/relationships/main_image
curl -X DELETE https://api.moltin.com/pcm/products/:productId/relationships/main_image \
-H "Authorization: Bearer XXXX" \
Path Parameters:
Name | Required | Type | Description |
---|---|---|---|
productId | Required | string | The ID of the product from which you want to remove the main image. |
Headers:
Name | Required | Type | Description |
---|---|---|---|
Authorization | Required | string | The Bearer token required to get access to the API. |
204 No Content