v1

latestOpenAPI 3.0.02026-08-06165119238.1 KB
V4 Session

Delete a session under a given site

This endpoint is used to delete a specific session for a given site. You need to provide the unique identifiers for the site and the session. This operation is useful when you want to manually end a session before it naturally expires.

delete/v4/sessions/{site}/{sessionId}

Path parameters

sitestring required

The unique site identifier within the tenant.

sessionIdstring required

Unique session identifier assigned to each session, enabling precise identification and retrieval of session-related information within the API.

Response

OK. The session was successfully deleted.