Skip to main content
DELETE
/
list
/
{list_id}
Delete
curl --request DELETE \
  --url https://api.themoviedb.org/3/list/{list_id} \
  --header 'Authorization: Bearer <token>'
{
  "status_code": 12,
  "status_message": "The item/record was updated successfully."
}

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 ID of the list

Query Parameters

session_id
string
required

The session ID for user authentication

Response

200 - application/json

Successful

status_code
integer

Indicates success

status_message
string

Indicates that the action was successful