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

Path Parameters

list_id
string
required

Query Parameters

session_id
string
Example:

"596cf761bccb080266249540bcdc13a0ea708109"

Response

200 - application/json

Delete

The response is of type object.