How work Logout?

Description

Destroy a user token to end a session. Bearer token is required for this endpoint.

I’m making a request (method: ‘DELETE’) with Authorization: ‘Bearer myToken’ and ‘User-Agent’: ‘’, ‘myUserAgent’ from the server I get a response

{message: token successfully destroyed, status: 200}

and then with the same “token successfully destroyed” I get User Informations (https://api.opensubtitles.com/api/v1/infos/user) and I also got Download link (https://api.opensubtitles.com/api/v1/download).
That is, the “token successfully destroyed” is not destroyed.
Server believe me bro?

sorry it took that long to take care of this, the logout will now behave as expected, the token will now be invalid after calling the logout endpoint.