POST
/
3
/
list
/
{list_id}
/
clear
curl --request POST \
  --url https://api.themoviedb.org/3/list/%7B{list_id}%7D/clear \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

list_id
string
required

Query Parameters

confirm
string
Example:

"false"