DELETE
/
3
/
authentication
/
session
curl --request DELETE \
  --url https://api.themoviedb.org/3/authentication/session \
  --header 'Content-Type: application/json' \
  --data '{
  "session_id": "8a6f15b8ab3ac8b3abe091e4357580960b1dee51"
}'
{
  "success": true
}

Body

application/json

Response

200 - application/json

Delete Session

The response is of type object.