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
Delete a session
Authorizations
Your backend license key (is_for_backend_api=True) from the Dromo Dashboard. Never expose this client-side.
Path Parameters
UUID of the session to delete.
Example:
"1b6acf28-8748-4120-8d7a-4b7846d5e487"
Response
200 - application/json
Session deleted (or was already deleted)
Example:
true
Delete a session
