I am trying the delete session in postman and I am getting error
{
"success": false,
"status_code": 34,
"status_message": "The resource you requested could not be found."
}
first I am creating the guest session id using this
https://api.themoviedb.org/3/authentication/guest_session/new
in response I am getting the guest id { "success": true, "guest_session_id": "THE_GUEST_ID", "expires_at": "2024-11-02 17:06:07 UTC" }
To delete the url used in postman https://api.themoviedb.org/3/authentication/session?api_key="API_KEY"
in the request body I am sending
{ "guest_session_id":"THE SESSION ID I GOT IN PREVIOUS CALL" }
I also tried
{ "session_id":"THE SESSION ID I GOT IN PREVIOUS CALL" }
Can you please help me out spent who day trying it out
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?