Skip to main content
POST
/
3
/
list
/
{list_id}
/
clear
Clear
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
}

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

confirm
string
Example:

"false"

Response