@dolbyio/dolbyio-rest-apis-client - v5.1.1
    Preparing search index...

    Function deleteAssets

    • Deletes multiple media assets from storage.

      Parameters

      • apiSecret: string

        The API Secret used to authenticate this request.

      • assetIds: string[]

        The list of asset IDs to delete.

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

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

      Only media assets with status Complete or Error can be deleted.