GitHub
  • Preparing search index...
  • The search index is not available
@dolbyio/dolbyio-rest-apis-client - v5.1.0
  • @dolbyio/dolbyio-rest-apis-client
  • streaming
  • assets
  • deleteAssets

Function deleteAssets

  • deleteAssets(apiSecret, assetIds): Promise<{
        error?: string;
        id?: string;
    }[]>
  • 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.

    Link

    https://docs.dolby.io/streaming-apis/reference/media-assets-delete

    • Defined in streaming/assets.ts:69

Settings

Member Visibility

Theme

@dolbyio/dolbyio-rest-apis-client - v5.1.0
  • Loading...

Generated using TypeDoc