Trillet AI logo

Disconnect a Web Call

End an ongoing web-based call session.

POSThttps://api.trillet.ai/v1/api/calls/web/disconnect

End an active web-based call session. This API notifies the server that the user is done.

Headers

x-api-keystringrequired

API key used for authenticating requests to the API.

x-workspace-idstringrequired

Workspace identifier for the API.

Request Body

roomNamestringrequired

The room name for the ongoing LiveKit session.

{
  "status": "success",
  "message": "Session ended successfully"
}