Hi we are using the REST Api DELETE method to remove messages from a session supported service bus queue/subscription as documented in http://msdn.microsoft.com/en-us/library/hh780768.aspx. However we are getting a HTTP/1.1 405 Method Not Allowed response with the following message: "It is not possible for an entity that requires sessions to create a non-sessionful message receiver.". We run the same code on a sessionless queue/subscription and that is successful.
Is there a different REST Api method we should call or has this method not been implemented yet? If this is not available yet do you know the roughly when it will become available?