Trying to end a web messaging session from the backend. The standard guest API requires the client to disconnect, which we can’t force here.
POST /api/v2/conversations/messages/{id}/participants/{id}/wrapup
Returns a 409 Conflict saying the conversation isn’t in a state to accept wrapup. The session stays open. Is there a specific state transition or a different endpoint to programmatically terminate the guest connection?