# sellingPlanGroupRemoveProducts - admin-graphql - MUTATION Version: 2024-10 ## Description Removes multiple products from a selling plan group. ### Access Scopes `write_products` access scope as well as any of `write_own_subscription_contracts`, `write_purchase_options` access scopes. Also: The user must have `manage_orders_information` permissions. ## Arguments * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the selling plan group. * [productIds](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The IDs of the products to remove. ## Returns * [removedProductIds](/docs/api/admin-graphql/2024-10/scalars/ID): ID The removed product ids. * [userErrors](/docs/api/admin-graphql/2024-10/objects/SellingPlanGroupUserError): SellingPlanGroupUserError! The list of errors that occurred from executing the mutation. ## Examples