Revoke zoom oauth 2 access token

Hello,

I want to revoke an oauth 2 user access token using this api: https://zoom.us/oauth/revoke. I tried using Postman but also from code in NodeJS. It always returns 400 error with the following details, even if the token is still valid:
{
“reason”: “Invalid Token”,
“error”: “invalid_request”
}

This topic was automatically closed 368 days after the last reply. New replies are no longer allowed.