deleteImage

Delete a product's image

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_CHANNEL_ADMIN

    ROLE_DEVELOPER

    ROLE_PARTNER

    Arguments

    input DeleteImageInput!

    DeleteImageInput fields

    type ImageType!

    Type of the image to delete

    productId ID!

    The id of the product for the image

    locale Locale

    Image locale to delete

    id ID

    Image id to delete

    Return Fields

    type ImageType

    Type of the image to delete

    locale Locale

    Image locale

    id ID

    Id of the image

    userErrors [DeleteImageErrors!]

    Errors that occurred when removing image

    Interactive example

    This is an example mutation query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.