> ## Documentation Index
> Fetch the complete documentation index at: https://wundergraphinc-brendan-add-sof-link.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete

> Deletes a token of a federated graph.

## Usage

```bash theme={null}
npx wgc router token delete <name> -g <graphName>
```

## Description

The `npx wgc router token delete` command deletes a token of a federated graph.

## Parameters

* `<name>`: The name of the token to be deleted.

## Required Options

```bash theme={null}
-g <graphName>, --graph-name <graphName>
```

The name of the federated graph that the token should be deleted from.

## Options

`-n, --namespace` : The namespace of the federated graph (Default: "default").

## Examples

```bash theme={null}
npx wgc router token delete graphToken -g production
```

Deletes a token named "graphToken" of the federated graph named "production".
