cURL
curl --request DELETE \ --url 'https://api.themoviedb.org/3/list/{{list_id}}' \ --header 'Authorization: Bearer <token>'
{ "status_code": 38, "status_message": "You don't have permission to edit this resource.", "success": false }
This endpoint deletes a movie from the 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>
"7b30104596cebf00c6f2ac1e4ade24df33f45799"