提供长视频库的批量删除能力。
该能力目前可以在商品推广的场景下使用。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DeleteLongVideos | 要执行的操作,取值:DeleteLongVideos。 |
Version | String | 是 | 2022-01-01 | API的版本,取值:2022-01-01。 |
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
UtmSource | String | 是 | xxx_default_content | 渠道号。 |
ExternalIds | Array of String | 是 | 要删除的视频ExternalId列表,一次最多30个。 |
本接口无特有的返回参数。更多信息请见返回结构。
{ "UtmSource":"xxx_default_content", "ExternalIds":["l00000000002"] }
{ "ResponseMetadata": { "RequestId": "20230306141554***F80E9FF7DE12F5C82", "Action": "DeleteLongVideos", "Version": "2022-01-01", "Service": "volc_torchlight_api", "Region": "cn-north-1" }, "Result": {} }
您可访问公共错误码,获取更多错误码信息。