deletePDFFile
Delete a product's PDF file
This page contains
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.