edjx domain delete

Deletes a domain.

You must know the Domain ID to execute this command.

Usage

edjx domain delete <domain-UUID>

Options

Option Required Type Description

<domain-UUID>

Yes

string

The domain UUID to delete from the organization.

Global Flags

Option Required Type Description

-h, --help

No

Displays inline help for the command.

--config <file-location>

No

string

Location of client configuration file (default file path is $HOME/.edjx/.edjx.yaml).

Delete a specific domain

To delete a specific domain:

  1. Make sure you are in the organization view.

    edjx config organization -i
  2. View the domains assigned to the organization.

    edjx domain list
  3. Copy the Domain ID of the domain you want to delete.

  4. Execute the delete command.

    edjx domain delete <domain-UUID>

    Sample Output

    root@edjx:~ # edjx domain delete c998c824-4269-4cd7-965d-e1c1d1e6a000
    Use the arrow keys to navigate: ↓ ↑ → ←
    ? Delete domain c998c824-4269-4d7-965d-e1c1d1e6a000?:
      ▸ Y
        N
    Domain Deleted successfully
If you want to view domains associated with another organization, you must first switch to that organization.
See edjx config organization for details.