Hi team,
Recently I tried using the https://api.refinitiv.com/auth/oauth2/v1/revoke url in the API playground and tried to revoke my refresh-token obtained in the the authentication step. I get an Internal Server Error, code:500.
I tried the same in Postman tool with the EDP Collection obtained from Websocket API page and get the same.
{ "error": "server_error" }
Can you please let me know what might be the issue here? And also what is the correct way to revoke a user's token?
Does this API need to be passed an access_token or the refresh_token in the "token" parameter?
Thank you,
Bansal