Python
import requests url = "https://{FUSION HOST}/api/session" response = requests.delete(url) print(response.json())
An operation to logout a user and remove JWT token from browser.
OK
Was this page helpful?