Skip to main content

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.

Deprecation notice

This operation might be remove in the future. We recommend using Providers instead.

Path Parameters
namespaces string

A comma-separated list of namespaces that will be deleted

Example: /nrn/organization=1:account=2?namespaces=something,anotherthing

profiles string

A comma-separated list of profiles that will be deleted

Example: /nrn/organization=1:account=2?profiles=development,testing

include_parents boolean

False: removes the namespace only on this node. True: removes the namespace on the whole branch of the hierarchy.

Example: /nrn/organization=1:account=2?profiles=development,testing&include_parents=true

Responses
204

The operation was successful