@cli coap delete
coap delete fdde:ad00:beef:0:2780:9423:166c:1aac test-resource con hellothere
Done
@cparam coap delete @ca{address} @ca{uri-path} [@ca{type}] [@ca{payload}] * `address`: IPv6 address of the CoAP server. * `uri-path`: URI path of the resource. * `type`: * `con`: Confirmable * `non-con`: Non-confirmable (default) * `payload`: The CoAP payload string. For example, `hellothere`. @par Deletes the specified CoAP resource.