edjx domain delete
Deletes a domain.
You must know the Domain ID to execute this command. |
Options
Option | Required | Type | Description |
---|---|---|---|
|
Yes |
string |
The domain UUID to delete from the organization. |
Global Flags
Option | Required | Type | Description |
---|---|---|---|
|
No |
Displays inline help for the command. |
|
|
No |
string |
Location of client configuration file (default file path is |
Delete a specific domain
To delete a specific domain:
-
Make sure you are in the organization view.
edjx config organization -i
-
View the domains assigned to the organization.
edjx domain list
-
Copy the Domain ID of the domain you want to delete.
-
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. |