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

***

title: removeOptionValue
description: "Remove an existing option value."
full: true
----------

mutation

Requires `commerce.product:write`.

Remove an existing option value.

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

## Possible returns

* `Null` `Null`
