cURL
curl --request POST \ --url 'https://api.themoviedb.org/3/list/{{list_id}}/clear' \ --header 'Authorization: Bearer <token>'
{ "status_code": 12, "status_message": "The item/record was updated successfully.", "success": true }
This endpoint allows you to clear all items in your list.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
This represents the list ID. Get it here
This represents your session id. Get it here
"a30ca4b889498c1eaeba29bf38bcd439b75f15f7"
This confirms you want to clear the list
"true"
Clear
12
"The item/record was updated successfully."
true