---
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:648](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/operations/mrt/push.ts#L648)

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:650](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/operations/mrt/push.ts#L650)

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:652](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/operations/mrt/push.ts#L652)

Reason the bundle was rejected.
