edjx application delete

Deletes a specific application.

You must know the Application ID to execute this command.

Usage

edjx application delete <application-UUID>

Options

Option Required Type Description

<application-UUID>

Yes

UUID

The application 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 application

To delete a specific application:

  1. Make sure you are in the organization view.

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

    edjx application list
  3. Copy the Application ID of the application you want to delete.

  4. 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...