# sellingPlanGroupDelete - admin - MUTATION
Version: unstable

## 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/unstable/scalars/ID): ID! - The id of the selling plan group to delete.


## Returns
* [deletedSellingPlanGroupId](/docs/api/admin/unstable/scalars/ID): ID The ID of the deleted selling plan group object.
* [userErrors](/docs/api/admin/unstable/objects/SellingPlanGroupUserError): SellingPlanGroupUserError! The list of errors that occurred from executing the mutation.


## Examples