This endpoint is used to delete/invalidate a user session.
curl --request DELETE \ --url https://api.themoviedb.org/3/authentication/session \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "session_id": "af596ffaed7dba65990f8145d69e3bcc7c2f8b04" }'
{ "success": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Request successful
The response is of type object.
object