Documentation Index
Fetch the complete documentation index at: https://wundergraphinc-ondrej-eng-7122-delete-client.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Description
Thenpx wgc clients delete command deletes a registered GraphQL client from a federated graph or monograph.
If the client has persisted operations, the command asks for confirmation. Confirming deletes the client and its related persisted operations.
Use --force to skip confirmation. Use --json to print structured JSON output.
Parameters
-
<graph-name>: The name of the federated graph or monograph. -
<client-name>: The name of the registered GraphQL client.
Options
-
-n, --namespace <string>: The namespace of the federated graph or monograph. Defaults todefault. -
-j, --json: Prints structured JSON instead of text. -
-f, --force: Deletes the client without confirmation. Required with--jsonif persisted operations would be deleted.
Examples
web from the graph named production.
web from the graph named production in the staging namespace without prompting.
web and prints JSON output.