Delete the specified media asset from the search library.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:DeleteMediaFromSearchLib |
delete |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SearchLibName |
string |
No |
The name of the search library. Default value: ims-default-search-lib. |
test1 |
| MediaId |
string |
Yes |
The ID of the media asset. |
****20b48fb04483915d4f2cd8ac**** |
| MsgBody |
string |
No |
The message body. |
{} |
| Namespace |
string |
No |
Namespace. |
name-1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The ID of the request. |
******11-DB8D-4A9A-875B-275798****** |
| MediaId |
string |
The ID of the media asset. |
******b48fb04483915d4f2cd8****** |
| Success |
string |
Indicates whether the request was successful. Valid values:
|
true |
| Code |
string |
The status code returned. |
200 |
Examples
Success response
JSON format
{
"RequestId": "******11-DB8D-4A9A-875B-275798******",
"MediaId": "******b48fb04483915d4f2cd8******",
"Success": "true",
"Code": "200"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.