cURL
curl --request POST \ --url 'https://api.themoviedb.org/3/list/{{list_id}}/clear' \ --header 'Authorization: Bearer <token>'
{ "status_code": 38, "status_message": "You don't have permission to edit this resource.", "success": false }
This endpoint clears all items from a list.
Documentation IndexFetch the complete documentation index at: https://tvc.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://tvc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"false"