Skip to main content
DELETE
/
talk2data
/
chat
/
sessions
/
{session_id}
Delete session
curl --request DELETE \
  --url https://api.example.com/talk2data/chat/sessions/{session_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-project-id: <x-project-id>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.emergence.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-project-id
string
required

Project identifier

Path Parameters

session_id
string
required

Session ID

Response

Successful Response

The response is of type Response Delete Session Talk2Data Chat Sessions Session Id Delete · object.