Trying to revoke an oauth token with a POST to https://zoom.us/oauth/revoke?token=XXXX
, but we are getting a 400 with:
{
error: "invalid_request",
reason: "Bad Request"
}
Could this be because the token is stale? We’ve unsuccessfully tried to refresh the token.
Thanks.