@dolbyio/dolbyio-rest-apis-client - v6.0.0
    Preparing search index...

    Function deleteAllAssets

    • Deletes all media assets of a specified type from storage.

      Parameters

      • apiSecret: string

        The API Secret used to authenticate this request.

      • mediaAssetType: "timeline" | "clip" | "recording" | "storageValidation"

        Asset type to delete.

      Returns Promise<{ error?: string; id?: string }[]>

      A Promise whose fulfillment handler receives an array of asset deletion tasks that failed.