POST
/
3
/
list
/
{list_id}
/
clear
curl --request POST \
  --url https://api.themoviedb.org/3/list/%7B{list_id}%7D/clear
{
  "status_code": 12,
  "status_message": "The item/record was updated successfully.",
  "success": true
}

Path Parameters

list_id
string
required

Query Parameters

session_id
string
Example:

"596cf761bccb080266249540bcdc13a0ea708109"

confirm
string
Example:

"true"

Response

201 - application/json

Clear

The response is of type object.