Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
the ID of the custom list
Example:
8510518
Body
application/json
Example:
[
{ "media_id": 550, "media_type": "movie" },
{ "media_id": 244786, "media_type": "movie" },
{ "media_id": 1396, "media_type": "tv" }
]Response
200 - application/json
Remove Item
Example:
[
{
"media_id": 550,
"media_type": "movie",
"success": false
},
{
"media_id": 244786,
"media_type": "movie",
"success": false
},
{
"media_id": 1396,
"media_type": "tv",
"success": false
}
]Example:
1
Example:
"Success."
Example:
true