ACCOUNT
- Endpoints
AUTHENTICATION
- Endpoints
CERTIFICATIONS
- Endpoints
CHANGES
- Endpoints
COLLECTIONS
- Endpoints
COMPANIES
- Endpoints
CONFIGURATION
- Endpoints
CREDITS
FIND
GENRES
GUEST-SESSIONS
KEYWORDS
MOVIES
PEOPLE
PEOPLE-LISTS
REVIEWS
TV-EPISODE-GROUPS
TV-EPISODES
TV-SEASONS
TV-SERIES
TV-SERIES-LISTS
WATCH-PROVIDERS
LISTS
Clear
This endpoint clears all items from a list.
POST
/
3
/
list
/
{list_id}
/
clear
Copy
curl --request POST \
--url https://api.themoviedb.org/3/list/%7B{list_id}%7D/clear \
--header 'Authorization: Bearer <token>'
Copy
This response has no body data.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Query Parameters
Example:
"false"
Copy
curl --request POST \
--url https://api.themoviedb.org/3/list/%7B{list_id}%7D/clear \
--header 'Authorization: Bearer <token>'
Copy
This response has no body data.
Assistant
Responses are generated using AI and may contain mistakes.