Skip to main content

digitalContentDelete Mutation

DEPRECATED

Support for Digital Content is deprecated and will be removed in Saleor v3.23.0. This functionality is legacy and undocumented, and is not part of the supported API. Users should not rely on this behavior.

Remove digital content assigned to given variant.

Requires MANAGE_PRODUCTSpermission.
digitalContentDelete(
variantId: ID!
): DigitalContentDelete @deprecated

Arguments

digitalContentDelete.variantId ● ID! non-null scalar miscellaneous

ID of a product variant with digital content to remove.

Type

DigitalContentDelete object products

Remove digital content assigned to given variant.

Requires MANAGE_PRODUCTSpermission.