Product Images — Delete
Equivalent to DELETE /api/admin/catalog/products/{productId}/images/{id}.
Operation
| Operation | Type |
|---|---|
deleteAdminCatalogProductImage | Mutation |
Input
| Field | Type | Required | Notes |
|---|---|---|---|
productId | Int! | yes | Parent product ID. |
id | ID! | yes | Image resource IRI. |

