# sellingPlanGroupDelete - admin-graphql - MUTATION Version: 2024-10 ## Description Delete a Selling Plan Group. This does not affect subscription contracts. ### 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 to delete. ## Returns * [deletedSellingPlanGroupId](/docs/api/admin-graphql/2024-10/scalars/ID): ID The ID of the deleted selling plan group object. * [userErrors](/docs/api/admin-graphql/2024-10/objects/SellingPlanGroupUserError): SellingPlanGroupUserError! The list of errors that occurred from executing the mutation. ## Examples