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

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
