crossupsellDelete
Remove a cross- or up-sell relationship from the catalogue.
The source and target records themselves are left untouched; only the relationship is deleted.
Possible errors:
- CROSS_UPSELL_NOT_FOUND: The supplied identifier did not match any cross-upsell relationship.
AUTH: Role=[product.OWNER]
crossupsellDelete(
id: String!
): Boolean!
Arguments
crossupsellDelete.id ● String! non-null scalar
Global identifier of the cross-upsell relationship to delete.
Type
Boolean scalar
The Boolean scalar type represents true or false.