deleteMedia #deleteMedia(path: String) BooleanExample #mutation deleteMedia($path: String!){ deleteMedia(path: $path) } Try It Now