Skip to main content
DELETE
/
v1
/
chat
/
sessions
/
{session_id}
Delete Session
curl --request DELETE \
  --url https://api.example.com/v1/chat/sessions/{session_id}
{}

Headers

authorization
string | null

Path Parameters

session_id
string<uuid>
required

Response

Successful Response

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