Ergonode docs
Search…
GraphQL API
GraphQL API
Overview
Query types
Error codes
Schema
CHANGELOG
Changelog
Breaking changes
Guides
Authentication
Basic query tutorial
Integrating data
Query examples
List of simple products with attributes
List of 50 grouped products with simple and variable products
List of all multimedia
List of product relations for a specific product
Creating simple product with mutation
Creating Grouping product with mutation
Adding child product to grouping one
Set quantity of child product
Removing child product from grouping one
Creating variable product with mutation
Adding variant to variable product
Remove variant product from variable one
Multimedia create
Change name of multimedia
Set alternative vaule for a multimedia
Multimedia delete
Powered By GitBook
Multimedia delete
The MultimediaPath scalar type represents a textual combination of MultimediaFolderName, and MultimediaName joined with '/' Multimedia identifier pointing to its exact location. If file is in root folder you need to skip MultimediaFolderName in path.
1
mutation {
2
multimediaDelete(input: { path: "MULTIMEDIA_API_24" }) {
3
__typename
4
}
5
}
6
​
Copied!
Previous
Set alternative vaule for a multimedia
Last modified 10d ago
Copy link