Preview

removeFileFromProductEdition is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

removeFileFromProductEdition

Remove a file from a product edition

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 RemoveFileFromProductEditionInput! PREVIEW

    RemoveFileFromProductEditionInput fields

    productId ID!

    Id of the product that will have a file removed

    editionId ID!

    Id of the product edition that will have a file removed

    productEditionFileId ID!

    Id of the file that will be removed

    Return Fields

    productEdition ProductEdition!

    Product edition that was updated

    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.