MCPcopy Create free account
hub / github.com/StackStorm/st2 / delete_token

Function delete_token

st2common/st2common/services/access.py:100–107  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

98
99
100def delete_token(token):
101 try:
102 token_db = Token.get(token)
103 return Token.delete(token_db)
104 except TokenNotFoundError:
105 pass
106 except Exception:
107 raise

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
deleteMethod · 0.45

Tested by

no test coverage detected