Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 996 Bytes

File metadata and controls

36 lines (26 loc) · 996 Bytes
title decree tenant delete

decree tenant delete

Delete a tenant and all its configuration data

decree tenant delete <tenant-id> [flags]

Options

  -h, --help   help for delete

Options inherited from parent commands

      --insecure              skip TLS verification (default true)
  -o, --output string         output format: table, json, yaml (default "table")
      --role string           actor role (x-role header) (default "superadmin")
      --server string         gRPC server address (default "localhost:9090")
      --subject string        actor identity (x-subject header)
      --tenant-id string      auth tenant ID (x-tenant-id header)
      --token string          JWT bearer token
      --wait                  wait for the server to be ready before executing the command
      --wait-timeout string   maximum time to wait for server readiness (default "60s")

SEE ALSO