deletePDFFile

Delete a product's PDF file

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 DeletePdfFileInput!

    DeletePdfFileInput fields

    id ID!

    Id of the PDF file to delete

    productId ID!

    The id of the product for the PDF file

    locale Locale

    PDF file locale to delete

    Return Fields

    id ID

    Id of the pdf file

    locale Locale

    PDF file locale

    userErrors [DeletePdfFileErrors!]

    Errors that occurred when removing PDF file

    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.