When revoking an Access Token using the ID of the Token, it gets revoked with no problem.
DELETE /api/v2/oauth/tokens/{oauth_token_id}
But when revoking it with current.json endpoint, the response we get is 204 but the token is not revoked. We have full write and read access with that token. But I don't know why it not get revoked.
DELETE /api/v2/oauth/tokens/current.json
Looking for your reply. Thanks.