# removeSkusFromClassification (https://developer.godaddy.com/en/docs/references/rest/taxes/classification/mutations/removeSkusFromClassification)

***

title: removeSkusFromClassification
description: "Remove existing SKUs from an existing classification."
full: true
----------

mutation

Requires `commerce.tax:write`.

Remove existing SKUs from an existing classification.

## Required headers

| Header       | Required | Description                                                                                                                     |
| ------------ | -------- | ------------------------------------------------------------------------------------------------------------------------------- |
| `x-store-id` | Yes      | ID of the store the operation targets. Omitting it returns HTTP 200 with a GraphQL error: `extensions.code: "UNAUTHENTICATED"`. |

Go to [Authentication](https://developer.godaddy.com/docs/api-users/auth) for credential setup.

## Arguments

* `classificationId` `ID!` **required** — The ID of the classification to which the SKUs should be removed.
* `input` `MutationRemoveSkusFromClassificationInput!` **required**
  * `skuIds` `[ID!]!` **required** — The IDs of the SKUs to be removed from the classification.

## Possible returns

* `Classification` `Classification` — A grouping of rates that share common taxation criteria.

- `createdAt` `DateTime!` **non-null** — The data & time at which the classification was created.
- `description` `String` **nullable** — The human-friendly description.
- `id` `ID!` **non-null** — The globally-unique ID.
- `label` `String!` **non-null** — The label for display.
- `lists` `ClassificationListsConnection` **nullable** — The catalog lists to which the classification applies.
- `metafields` `ClassificationMetafieldsConnection` **nullable**
- `name` `String!` **non-null** — The unique human-friendly identifier.
- `rates` `ClassificationRatesConnection` **nullable** — The rates associated with the classification.
- `references` `ClassificationReferencesConnection` **nullable** — A reference to the resource in an external service.
- `skuGroups` `ClassificationSkuGroupsConnection` **nullable** — The catalog SKU groups to which the classification applies.
- `skus` `ClassificationSkusConnection` **nullable** — The catalog SKUs to which the classification applies.
- `updatedAt` `DateTime!` **non-null** — The data & time at which the classification was last updated.
