Hi @Jumwal, Karan Motilal , 404 is one of the expected response codes of this API according to our API Doc. It could be caused by either of cases below:
- The given ConnectionId doesn't exist. The response message should be like "Connection <connection-id> is not found."
- The given ConnectionId exists but it doesn't have the target permission. The response message should be like "Connection <connection-id> doesn't have the permission joinLeaveGroup"