> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wisepim.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Clear Attribute Values

> Bulk clear custom attribute values from products. Clear specific attributes, all of them, or everything in a product family, with a backup option.

Remove values from custom product attributes in bulk. Clear specific attributes, all custom attributes, or every attribute that belongs to a product family.

Use this to clean up bad imports, retire attributes you no longer use, or reset data before re-enriching it.

<Warning>
  This permanently removes the values. There is no undo. Turn on **Create backup of cleared values** before clearing many attributes at once.
</Warning>

## Clear attribute values

<img className="block dark:hidden" src="https://mintcdn.com/swiftsyncai/NmcJ6hcXYN7g9AMz/images/marketing-screenshots/products/products-bulk-edit-clear-attribute-light-transparent.webp?fit=max&auto=format&n=NmcJ6hcXYN7g9AMz&q=85&s=13c976a605a5ffcd0822f2fc52b7128a" alt="Bulk editing, Clear Attribute Values across many products at once in WISEPIM" width="2252" height="2004" data-path="images/marketing-screenshots/products/products-bulk-edit-clear-attribute-light-transparent.webp" />

<img className="hidden dark:block" src="https://mintcdn.com/swiftsyncai/NmcJ6hcXYN7g9AMz/images/marketing-screenshots/products/products-bulk-edit-clear-attribute-dark-transparent.webp?fit=max&auto=format&n=NmcJ6hcXYN7g9AMz&q=85&s=e1b089fe40349d862fa0f421be35ae27" alt="Bulk editing, Clear Attribute Values across many products at once in WISEPIM" width="2252" height="2004" data-path="images/marketing-screenshots/products/products-bulk-edit-clear-attribute-dark-transparent.webp" />

<Steps>
  <Step title="Select products">
    Check the products you want to update. Or use filters and select all matching results.
  </Step>

  <Step title="Open Bulk Edit and choose Clear Attribute Values">
    Click **Bulk Edit**. Search for "Clear Attribute" or find it under **Attributes & Custom Fields**.
  </Step>

  <Step title="Choose a clear mode">
    Decide whether to clear specific attributes, all custom attributes, or attributes by product family.
  </Step>

  <Step title="Select attributes">
    If you chose specific attributes, pick which ones to clear.
  </Step>

  <Step title="Confirm and apply">
    Review the summary of how many attributes and products are affected, then click **Apply**.
  </Step>
</Steps>

## Clear modes

| Mode                                   | What it clears                                          |
| -------------------------------------- | ------------------------------------------------------- |
| **Clear specific attributes**          | The individual attributes you select                    |
| **Clear all custom attributes**        | Every custom attribute value                            |
| **Clear attributes by product family** | Every attribute that belongs to a chosen product family |

## Options

| Option                                   | What it does                                   | Default |
| ---------------------------------------- | ---------------------------------------------- | ------- |
| **Require confirmation before clearing** | Adds an extra confirmation step before it runs | On      |
| **Skip required attributes**             | Leaves attributes marked as required untouched | On      |
| **Create backup of cleared values**      | Saves the values before clearing them          | Off     |

## Tips

* Turn on **Create backup of cleared values** before any large clearing job. It is your safety net if you need to restore data.
* Keep **Skip required attributes** on so you don't accidentally remove values your product data depends on.
* Read the summary carefully before you confirm. It shows the total attributes to clear and how many products are affected.

## Related

<CardGroup cols={2}>
  <Card title="Set Attribute Value" icon="pen-line" href="/en/essentials/bulk-editing/set-attribute">
    Fill an attribute with a fixed value instead of clearing it.
  </Card>

  <Card title="Find and Replace" icon="search" href="/en/essentials/bulk-editing/find-replace">
    Fix bad values in place instead of wiping them.
  </Card>

  <Card title="Trim Whitespace" icon="scissors" href="/en/essentials/bulk-editing/trim-whitespace">
    Clean up stray spaces left over from imports.
  </Card>

  <Card title="All Bulk Edits" icon="layers" href="/en/essentials/bulk-editing">
    Browse every bulk action available in WisePIM.
  </Card>
</CardGroup>
