Skip to content

Commit

Permalink
Update multitenancy.md (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero authored Mar 19, 2021
1 parent be4c8b0 commit c9d4fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/enterprise-features/multitenancy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9d4fac

Please sign in to comment.