description |
---|
Deletes a router token of a federated graph. |
npx wgc router token delete <name> -g <graphName>
The npx wgc router token delete
command deletes a token of a federated graph.
<name>
: The name of the token to be deleted.
-g <graphName>, --graph-name <graphName>
The name of the federated graph that the token should be deleted from.
-n, --namespace
: The namespace of the federated graph (Default: "default").
npx wgc router token delete graphToken -g production
Deletes a token named "graphToken" of the federated graph named "production".