curl --request DELETE \
--url http://localhost:3000/api/messaging/sessions/{sessionId}
{
"message": "Session ended successfully"
}
End an active conversation session
curl --request DELETE \
--url http://localhost:3000/api/messaging/sessions/{sessionId}
{
"message": "Session ended successfully"
}
ID of the session to end
Session ended successfully
The response is of type object
.
Was this page helpful?