From e904d6e9661b44d252d9bc931e342c76dab21c05 Mon Sep 17 00:00:00 2001 From: Damian Parrino Date: Fri, 19 Mar 2021 15:54:34 -0300 Subject: [PATCH] Update multitenancy.md --- content/enterprise-features/multitenancy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/enterprise-features/multitenancy.md b/content/enterprise-features/multitenancy.md index 8265fb1a..69fcc847 100644 --- a/content/enterprise-features/multitenancy.md +++ b/content/enterprise-features/multitenancy.md @@ -369,11 +369,11 @@ A namespace can be dropped by calling `/admin` with the `deleteNamespace` mutati To delete a namespace, the _Guardian_ must send the JWT access token in the `X-Dgraph-AccessToken` header. {{% /notice %}} -For example, to drop the namespace `0x123`: +For example, to drop the namespace `123`: ```graphql mutation { - deleteNamespace(input: {namespaceId: 0x123}) + deleteNamespace(input: {namespaceId: 123}) { namespaceId message