{ "opencollection": "1.0.0", "info": { "name": "Red Hat Ansible Automation Platform Add-Ons Sessions API", "version": "2.6" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Sessions", "type": "folder" }, "items": [ { "info": { "name": "Red Hat Remove a Session", "type": "http" }, "http": { "method": "DELETE", "url": "https://ansible-platform.example.com/admin/realms/:realm/sessions/:session_id", "params": [ { "name": "realm", "value": "", "type": "path", "description": "The name of the Keycloak realm." }, { "name": "session_id", "value": "500123", "type": "path", "description": "The unique identifier of the session." } ] }, "docs": "Terminates a specific user session, logging the user out of the associated client application." } ] } ], "bundled": true }