Remove namespaces or profiles
Removes all keys inside a set of namespaces and/or profiles. By default this endpoint acts on a single NRN entry
and not on the whole hierarchy. Use the include_parents
query parameter to change this behavior.
This operation might be remove in the future. We recommend using Providers instead.
Path Parameters |
---|
namespaces stringA comma-separated list of namespaces that will be deleted Example:
|
profiles stringA comma-separated list of profiles that will be deleted Example:
|
include_parents booleanFalse: removes the namespace only on this node. True: removes the namespace on the whole branch of the hierarchy. Example:
|
Responses |
---|
204 The operation was successful |