Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / operations/mrt / deleteBundle

Function: deleteBundle()

deleteBundle(options, auth): Promise<void>

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/push.ts:440

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

Parameters

options

DeleteBundleOptions

Delete options

auth

AuthStrategy

Authentication strategy

Returns

Promise<void>

Throws

Error if the request fails

Released under the Apache-2.0 License.