# 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. Endpoint: DELETE /v4/sessions/{site}/{sessionId} Version: 2026-01-08 Security: ZephrHmacHttp ## Path parameters: - `site` (string, required) The unique site identifier within the tenant. - `sessionId` (string, required) Unique session identifier assigned to each session, enabling precise identification and retrieval of session-related information within the API. ## Response 200 fields ## Response 401 fields ## Response 404 fields