cURL
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." }
This endpoint is used to delete a list.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the list
The session ID for user authentication
Successful
Indicates success
Indicates that the action was successful