Web Core JWT Blacklist

Greetings,

Is there a way to find/delete a JWT manually?

E.g. a user is doing something dangerous/wrong, so I want to find his JWT and put it in a blacklist so that the user can't access the application anymore, or just delete the JWT right away.

Kind regards.