All Products
Search
Document Center

Intelligent Media Services:DeleteMediaInfos

Last Updated:Oct 29, 2024

Deletes multiple media assets at a time. You can delete at most 20 media assets at a time. If MediaIds is specified, it is preferentially used. If MediaIds is empty, InputURLs must be specified.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
ice:DeleteMediaInfos
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
MediaIdsstringNo

The ID of the media asset that you want to delete from Intelligent Media Services (IMS).

  • Separate multiple IDs with commas (,).

If you leave MediaIds empty, you must specify InputURLs.

****20b48fb04483915d4f2cd8ac****,****15d4a4b0448391508f2cb486****
InputURLsstringNo

The URL of the media asset that you want to delete. The file corresponding to the URL must be registered with IMS. Separate multiple URLs with commas (,). The following two formats are supported:

  1. http(s)://example-bucket.oss-cn-shanghai.aliyuncs.com/example.mp4?
  2. OSS://example-bucket/example.mp4?
    In this format, it is considered by default that the region of the OSS bucket in which the media asset resides is the same as the region in which IMS is activated.
DeletePhysicalFilesbooleanNo

Specifies whether to delete the physical file of the media asset.

If the media asset is stored in your own OSS bucket, you must authorize the service role AliyunICEDefaultRole in advance. For more information.

false

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

0622C702-41BE-467E-AF2E-883D4517962E
IgnoredListarray

The IDs or URLs of ignored media assets. An error occurred while obtaining such media assets.

ignoredIdstring

The ID or URL of the ignored media asset. An error occurred while obtaining the media asset.

****20b48fb04483915d4f2cd8ac****
ForbiddenListarray

The IDs or URLs of media assets that cannot be deleted. Generally, media assets cannot be deleted if you do not have the required permissions.

forbiddenIdstring

The ID or URL of the media asset that cannot be deleted.

****15d4a4b0448391508f2cb486****

Examples

Sample success responses

JSONformat

{
  "RequestId": "0622C702-41BE-467E-AF2E-883D4517962E",
  "IgnoredList": [
    "****20b48fb04483915d4f2cd8ac****"
  ],
  "ForbiddenList": [
    "****15d4a4b0448391508f2cb486****\n"
  ]
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history