LISTS
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 clear all items from a list.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
8504086
Clear
The response is of type object.
object