Skip to main content
Version: 3.x

DigitalContentDelete

Remove digital content assigned to given variant.

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

Fields

DigitalContentDelete.variant ● ProductVariant object

DigitalContentDelete.productErrors ● [ProductError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

DigitalContentDelete.errors ● [ProductError!]! non-null object

Returned by

digitalContentDelete mutation


Was this page helpful?