DELETE
/
3
/
list
/
{list_id}
curl --request DELETE \
  --url https://api.themoviedb.org/3/list/{list_id} \
  --header 'Authorization: Bearer <token>'
{
  "status_code": 13,
  "status_message": "The item/record was deleted successfully.",
  "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
Example:

8504076

Query Parameters

session_id
string
required

Response

200 - application/json

Delete

The response is of type object.