github.com/nats-io/nsc/v2@v2.8.7-0.20240307184528-efd7023c6896/docs/nsc_delete_export.md (about)

     1  ## nsc delete export
     2  
     3  Delete an export
     4  
     5  ### Synopsis
     6  
     7  Delete an export
     8  
     9  ```
    10  nsc delete export [flags]
    11  ```
    12  
    13  ### Options
    14  
    15  ```
    16    -a, --account string   account name
    17    -h, --help             help for export
    18    -s, --subject string   subject
    19  ```
    20  
    21  ### Options inherited from parent commands
    22  
    23  ```
    24        --config-dir string     nsc config directory
    25        --data-dir string       nsc data store directory
    26    -i, --interactive           ask questions for various settings
    27        --keystore-dir string   nsc keystore directory
    28    -K, --private-key string    Key used to sign. Can be specified as role (where applicable),
    29                                public key (private portion is retrieved)
    30                                or file path to a private key or private key 
    31  ```
    32  
    33  ### SEE ALSO
    34  
    35  * [nsc delete](nsc_delete.md)	 - Delete imports and exports
    36  
    37  ###### Auto generated by spf13/cobra on 25-Feb-2022