DigitalContentDelete Object
Remove digital content assigned to given variant.
type DigitalContentDelete {
variant: ProductVariant
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
}
Fields
variant ● ProductVariant
errors ● [ProductError!]!
Show deprecated
Returned By
digitalContentDelete mutation