Resources can be removed from the server dynamically. The
<coap-server:remove-resource/>
message processor removes the
resource identified by the uri attribute. A wildcard can be used, e.g. "/tobedeleted/*",
then all resources that apply to the uri will be removed. Clients that observe a
resource that is removed, will be notified.
In the example below the w resource is removed from the server.
<flow name="coap-serverFlow4"> ... <coap-server:remove-resource uri="/alphabet/w" config-ref="CoAP_Server_Configuration" /> ... </flow>