pub fn namespaces_namespace_id_delete(
configuration: &Configuration,
namespace_id: &str,
) -> Result<ResponseContent<()>, Error<NamespacesNamespaceIdDeleteError>>Expand description
Delete a namespace. WARNING: all keys from that namespace are deleted.