---
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:488](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/operations/mrt/push.ts#L488)

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:490](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/operations/mrt/push.ts#L490)

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:492](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/operations/mrt/push.ts#L492)

Reason the bundle was rejected.
