To delete an existing module the documentation (http://cumulocity.com/guides/reference/real-time-statements/) says to do a DELETE request against /cep/module/<<moduleId>>
. But this results in a response status 500 with the reason that "Request method 'DELETE' not supported".
What is the correct request to delete a single module?
How to delete a real time module in cumulocity?
85 views Asked by rob retro At
1
The documentation gives the wrong path. It needs to be
/cep/modules/<<moduleId>>
instead of/cep/module/<<moduleId>>
. This can be seen by debugging the behaviour of the web-GUI.