Skip to main content
DELETE
/
3
/
list
/
{list_id}
Details
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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

list_id
string
required

Query Parameters

session_id
string
Example:

"7b30104596cebf00c6f2ac1e4ade24df33f45799"

Response