Tried to close a guest session from the backend using the standard REST proxy. Sent a POST to /api/v2/conversations/messaging/conversations/{id}/participants/{id}/close. The response is a 400 Bad Request with "reason": "invalid_state".
The conversation is active and the participant is connected. Checked the docs but couldn’t find a specific state requirement for this endpoint. Any idea why it’s rejecting the call?