# removeAttributeValuesFromAttribute (https://developer.godaddy.com/en/docs/references/rest/catalog/attribute/mutations/removeAttributeValuesFromAttribute)

***

title: removeAttributeValuesFromAttribute
description: "Remove Attribute Value(s) from an existing Attribute."
full: true
----------

mutation

Requires `commerce.product:write`.

Remove Attribute Value(s) from an existing Attribute.

## 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

* `id` `String!` **required**
* `input` `MutationRemoveAttributeValuesFromAttributeInput!` **required**
  * `attributeValueIds` `[String!]!` **required**

## Possible returns

* `Attribute` `Attribute` — A SKU is comprised of a combination of multiple attributes

- `createdAt` `DateTime!` **non-null** — The creation date of the Attribute.
- `description` `String` **nullable** — A description of the Attribute.
- `htmlDescription` `String` **nullable** — HTML description for the Attribute. Will be used to display rich text content to customers.
- `id` `ID!` **non-null** — The UUID of the Attribute.
- `label` `String` **nullable** — The display label of the Attribute. E.g. 'Color', 'Size', etc.
- `metafields` `AttributeMetafieldsConnection` **nullable**
- `name` `String!` **non-null** — A unique name of the Attribute. E.g. 'color', 'size', etc.
- `position` `Int` **nullable** — The position of the attribute.
- `skuGroup` `SKUGroup` **nullable** — A SKU group is a grouping of related SKUs. It provides information about all the SKUs that are sold together on storefronts or devices.
- `updatedAt` `DateTime!` **non-null** — The update date of the Attribute.
- `values` `AttributeValuesConnection` **nullable** — Attribute values of Attribute.
- `HTMLDescription` `String` **nullable** deprecated — HTML description for the Attribute. Will be used to display rich text content to customers. Deprecated: Use htmlDescription instead.
- `SKUGroup` `SKUGroup` **nullable** deprecated — A SKU group is a grouping of related SKUs. It provides information about all the SKUs that are sold together on storefronts or devices. Deprecated: Use skuGroup instead.
