cURL
curl --request GET \ --url https://api.themoviedb.org/4/list/{list_id}/clear \ --header 'Authorization: Bearer <token>'
{ "status_message": "Success", "id": 10, "status_code": 1, "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 list ID
Successful response
The item to be deleted
A message providing additional details about the response status.
ID of the list
A numeric code indicating the result of the request.
Indicates success