edjx application delete
Deletes a specific application.
You must know the Application ID to execute this command. |
Options
Option | Required | Type | Description |
---|---|---|---|
|
Yes |
UUID |
The application 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 application
To delete a specific application:
-
Make sure you are in the organization view.
edjx config organization -i
-
View the applications assigned to the organization.
edjx application list
-
Copy the Application ID of the application you want to delete.
-
Execute the delete command.
edjx application delete <application-UUID>
Sample Output
root@edjx:~ # edjx application delete 6d8417c2-7b8f-4543-b2da-e9bd18cd4acf ✔ Y Application deleted successfully...