# Objects / Bulk Delete Products

# Bulk Delete Products

**Object**
## BulkDeleteProductsResponse

| Fields | Type | Description |
| --- | --- | --- |
| deleted | *Int!* | The total number of products successfully deleted |
| skipped | [BulkDeleteSkippedProducts](/documentation/Objects/Bulk-Delete-Products#BulkDeleteSkippedProducts) | The series of products that could not be deleted due to be used actively elsewhere. Only the first 5 products for each type will be returned |



**Object**
## BulkDeleteSkippedProducts

| Fields | Type | Description |
| --- | --- | --- |
| order | [[Product]](/documentation/Objects/Products#Product) | The products that could not be deleted because they are on an order |
| promotion | [[Product]](/documentation/Objects/Products#Product) | The products that could not be deleted because they are on a promotion |
| sale | [[Product]](/documentation/Objects/Products#Product) | The products that could not be deleted because they are in a parked sale |