Skip to content
View as Markdown
View as Markdown

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

Function: bulkDeleteBundles()

bulkDeleteBundles(options, auth): Promise<BulkDeleteBundlesResult>

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

Requests deletion of multiple bundles in a single call.

The response indicates which bundles were queued and which were rejected. Only project admins can perform this operation.

Parameters

options

BulkDeleteBundlesOptions

Bulk delete options

auth

AuthStrategy

Authentication strategy

Returns

Promise<BulkDeleteBundlesResult>

Lists of queued and rejected bundle IDs

Throws

Error if the request itself fails

Released under the Apache-2.0 License.