Delete Session
curl --request DELETE \ --url https://api.themoviedb.org/3/authentication/session \ --header 'Content-Type: application/json' \ --data '{ "session_id": "8a6f15b8ab3ac8b3abe091e4357580960b1dee51" }'
{ "success": true }
The response is of type object.
object