# Delete the session by ID Deletes a session by ID. Returns a 404 if the specified session does not exist or does not belong to the current user. Endpoint: DELETE /zephr/public/sessions/v1/sessions/{sessionId} Version: 2025-07-30 Security: CookieBlaizeSession, JwtQuery, JwtHeaderXBlaizeJwt, JwtHeaderXZephrJwt, JwtBearer, JwtCookie ## Path parameters: - `sessionId` (string, required) The ID of the session to delete. Example: "0nasdj-aso25-6454" ## Response 200 fields ## Response 404 fields