<!-- GENERATED by docs/scripts/gen-cli-reference — DO NOT EDIT.
Source of truth: the cobra command definitions in cmd/axiom/cmd/.
Regenerate from the repo root with: go run ./docs/scripts/gen-cli-reference -->
axiom client remove-member
Remove a member from a client's draft
Remove one member from a client's draft. This only affects future builds — an already-built version is never altered.
axiom client remove-member c1 m1Requires a prior "axiom login".
Usage
axiom client remove-member <client-id> <member-id> [flags]Flags
| Flag | Shorthand | Type | Default | Description |
|---|---|---|---|---|
--help | -h | bool | help for remove-member |
See also
- axiom client — Create and manage Client Builder clients (typed SDKs)
Related