terminate-session

Information

POST https://api.brickverse.co/v2/auth/terminate-session/{session-id}

Terminate a session by Session ID. You cannot terminate another user's session id as its tied to user-id requirement.

Upon termination of the session they will be logged out.

{"status": "ok", "success": true}

Last updated