---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../../modules.md) / [operations/mrt](../index.md) / BulkDeleteRejectedBundle

# Interface: BulkDeleteRejectedBundle

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/push.ts:483](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/5f9b348d598ad92ddf670da42e944b204395bdc8/packages/b2c-tooling-sdk/src/operations/mrt/push.ts#L483)

A bundle that the server rejected during a bulk-delete request.

## Properties

### bundleId?

> `optional` **bundleId**: `number`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/push.ts:485](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/5f9b348d598ad92ddf670da42e944b204395bdc8/packages/b2c-tooling-sdk/src/operations/mrt/push.ts#L485)

Bundle ID that was rejected. May be null when the server returned a batch error without a specific id.

***

### reason

> **reason**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/push.ts:487](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/5f9b348d598ad92ddf670da42e944b204395bdc8/packages/b2c-tooling-sdk/src/operations/mrt/push.ts#L487)

Reason the bundle was rejected.
