# Deleting product variations in bulk

To delete product variations asynchronously in bulk, follow the instructions for [deleting a product variation](/commerce-api/admin-apis/product-management/manage-products-asynchronous-api/deleting-a-product-variation.md). For example, to delete 100 product variations, [send 100 delete product variation requests](/commerce-api/admin-apis/product-management/manage-products-asynchronous-api/deleting-a-product-variation.md).

After creating the products in bulk, [retrieve the tasks for all products](/commerce-api/admin-apis/product-management/get-the-task-status-for-a-product-synchronous-api/retrieving-the-tasks-for-products.md#retrieving-the-tasks-for-all-products) to verify the status of the requests. You can also verify the successful completion of the task by [checking the product history](#product-history-attributes) in [Global Commerce](https://gc.digitalriver.com/gc/ent/login.do). Note that there may be a delay before these changes appear in Global Commerce.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digitalriver.com/commerce-api/admin-apis/product-management/bulk-operation/asynchronous-bulk-operations/deleting-product-variations-in-bulk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
