Ergonode docs
GraphQL API
Search
⌃K

Delete Multimedia

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.
mutation {
multimediaDelete(input: { path: "multimedia.jpg" }) {
__typename
}
}