From c9d4face7174e6e71f0759faf1d5fcd78ccabaec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dami=C3=A1n=20Parrino?= Date: Fri, 19 Mar 2021 16:00:34 -0300 Subject: [PATCH] Update multitenancy.md (#132) --- 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