Skip to content

Destroy Session

DELETE
/session/{id}

Permanently destroys a specific session, effectively logging out that session. Useful for managing active sessions across multiple devices.

Authorizations

BearerAuth

Enter your session token to authenticate API requests

TypeHTTP (bearer)

Parameters

Path Parameters

id*

The unique identifier of the session to destroy

Typestring
Required

Responses

Session destruction result
application/json
JSON
{
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License