Links

Remove a variant product from variable one

This is how you can remove variant product from variable one via API
mutation {
productVariableRemoveVariant(input: { sku: "SKU_VAR_PRODUCT", variantSku: "SKU_test2" }
) {
__typename
}
}