curl --request POST \
--url https://api.themoviedb.org/3/list/{list_id}/clear \
--header 'Content-Type: application/json' \
--data '
{
"media_type": "movie"
}
'Deletes all items from a specified list.
curl --request POST \
--url https://api.themoviedb.org/3/list/{list_id}/clear \
--header 'Content-Type: application/json' \
--data '
{
"media_type": "movie"
}
'