Trying to force-close a Web Messaging session from our backend service when a specific event triggers. I’ve been poking around the /api/v2/conversations/messaging endpoints, but I can’t find a clear way to terminate the guest’s session without them clicking end. Is there a specific API call or SDK method for this, or do I have to send a specific message payload to trigger the close on their end?
PUT /api/v2/conversations/messaging/{conversationId}
Just returns a 204 but doesn’t actually end the chat for the user.