v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-10336.5 KB
sessions

Delete a session

Permanently deletes the session and its saved state. All hydration tokens for this session are immediately invalidated — subsequent widget calls with the old hydrationId return 403. Idempotent: returns {"success": true} even if the session was already deleted.

delete/{sessionId}/

Path parameters

sessionIdstring uuid required
Example:1b6acf28-8748-4120-8d7a-4b7846d5e487

UUID of the session to delete.

Response

Session deleted (or was already deleted)

successboolean

Example response

{
  "success": true
}