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?