Skip to main content
GET
/
4
/
list
/
{list_id}
/
clear
Clear
curl --request GET \
  --url https://api.themoviedb.org/4/list/{list_id}/clear \
  --header 'Authorization: Bearer <token>'
{
  "status_message": "Success",
  "id": 10,
  "status_code": 1,
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

list_id
integer
required

The list ID

Response

200 - application/json

Successful response

item_deleted
integer

The item to be deleted

status_message
string

A message providing additional details about the response status.

id
integer

ID of the list

status_code
integer

A numeric code indicating the result of the request.

success
boolean

Indicates success