Hi,
I am able to remove the chatbot from bilateral chatrooms using the URL below (as instructed by the BOT Messenger API documentation)
https://api.refinitiv.com/messenger/beta1/chatrooms/{chatroom_id}/participants
/remove
where chatroom_id is "groupchat-XXXXX".
But I am unable to do so for managed chatrooms using this same URL, the response I got was
<Response [404]>
I also observed the chatroom_id for managed chatrooms is of the pattern "abc.domain.com" and not "groupchat-XXXXX".
May I know what is the correct way to remove our chatbot from managed chatrooms?
Thanks and regards,
Keng Onn