The following example shows how to delete a configuration element by submitting a DELETE request.
- Use this URL to remove a singleton configuration element.
https://CNSBCIP/config/<version>/<topic>/<configElement>
- Use this URL to remove a sub-element of a singleton configuration element.
https://CNSBCIP/config/<version>/<topic>/<configElement>/<subElement>/<subElementKey>
- Use this URL to remove an instance of a multi-instance configuration element.
https://CNSBCIP/config/<version>/<topic>/<configElement>/<configElementKey>
- Use this URL to remove a sub-element of a multi-instance configuration element.
https://CNSBCIP/config/<version>/<topic>/<configElement>/<configElementKey>/<subElement>/<subElementKey>
- Use this URL to activate the configuration.
https://CNSBCIP/config/<version>/activate