LISTS
cURL
curl --request GET \ --url https://api.themoviedb.org/4/list/{list_id}/clear \ --header 'Authorization: Bearer <token>'
{ "id": 8504985, "items_deleted": 1, "status_code": 1, "status_message": "Success.", "success": true }
This endpoint clear all of the items on a list.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
the ID of the custom list
8504985
Clear
1
"Success."
true