LISTS
cURL
curl --request DELETE \ --url https://api.themoviedb.org/4/list/{list_id} \ --header 'Authorization: Bearer <token>'
{ "status_code": 13, "status_message": "The item/record was deleted successfully.", "success": true }
This endpoint delete a list.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
8510518
Delete
The response is of type object.
object