DELETE
/
api
/
messaging
/
sessions
/
{sessionId}
End a session
curl --request DELETE \
  --url http://localhost:3000/api/messaging/sessions/{sessionId}
{
  "message": "Session ended successfully"
}

Path Parameters

sessionId
string
required

ID of the session to end

Response

200
application/json

Session ended successfully

The response is of type object.