edjx domain rules delete

Delete a rule from a domain.

You must know the Rule ID to execute this command.

Usage

edjx domain rules delete <rule-UUID>
[-d, --domain <domain-UUID>]

Options

Option Required Type Description

<rule-UUID>

Yes

The rule UUID to delete.

-d, --domain <domain-UUID>

No

UUID

The domain UUID to associate with the record.
Default: 00000000-0000-0000-0000-000000000000

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 rule

To delete a specific rule:

  1. Make sure you are in the domain view.

    edjx config domain -i
  2. View the rules within that domain.

    edjx domain rules list
  3. Copy the Rule ID of the rule you want to delete.

  4. Execute the delete command.

    edjx domain rule delete <rule-UUID>