Kill a session
DELETEhttps://api.evora.lol/api/developer-api/apps/{appId}/sessions/{sessionId}
Requires scopeapps:write
The SDK receives action: kill on its next heartbeat.
Path parameters
| appIdrequired string (uuid) | Application UUID. App-scoped keys may only use their own application. |
| sessionIdrequired string (uuid) | Session UUID. Deleting it ends the session; the SDK sees it gone on the next heartbeat. |
Responses
200Killed.
json
{ "success": true }
More in Sessions
Base URL https://api.evora.lol/api/developer-api · full spec at developer-api.yaml · back to the docs