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

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

# Function: deleteBundle()

> **deleteBundle**(`options`, `auth`): `Promise`\<`void`\>

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

Requests deletion of a single bundle. Bundles are deleted asynchronously.
Only project admins can perform this operation.

## Parameters

### options

[`DeleteBundleOptions`](../interfaces/DeleteBundleOptions.md)

Delete options

### auth

[`AuthStrategy`](../../../auth/interfaces/AuthStrategy.md)

Authentication strategy

## Returns

`Promise`\<`void`\>

## Throws

Error if the request fails
