Skip to main content

DigitalContentDelete Object

Remove digital content assigned to given variant.

Requires the MANAGE_PRODUCTSpermission.
type DigitalContentDelete {
variant: ProductVariant
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
}

Fields

variant ● ProductVariant

errors ● [ProductError!]!

Show deprecated

Returned By

digitalContentDelete mutation