Skip to main content
DELETE
Stop Agora session
Do not call this endpoint directly from your app. Stop the Agora Conversational AI agent with Agora’s /leave API; Agora tears down the LemonSlice session. See the Agora integration.

Authorizations

X-API-Key
string
header
required

Your LemonSlice API token.

Body

application/json
session_id
string
required

The session ID returned by /liveai/agora/session/start.

session_token
string

The session token returned by /liveai/agora/session/start.

Response

Session terminated successfully.

status
string
required

Termination status.

Allowed value: "success"
message
string
required

Human-readable confirmation message.