Skip to main content
DELETE
/
authentication
/
session
Delete Session
curl --request DELETE \
  --url https://api.themoviedb.org/3/authentication/session \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "session_id": "dde0201c7e069c67295c39ad01a74d3f70a0fa74"
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
RAW_BODY
string<json>
required

A raw JSON string representing the request body.

Response

200 - application/json;charset=utf-8

Delete Session

success
boolean

Indicates success