Step 2: Delete the user session
DELETE {{apiPath}}/environments/{{envID}}/users/{{SimpleLoginUserID}}/sessions/{{UserSessionID}}
You need the {{UserSessionID}} created with the session.id property value in Step 1. The DELETE /environments/{{envID}}/users/{{SimpleLoginUserID}}/sessions/{{UserSessionID}} operation terminates the specified user session.
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string |