edjx domain records delete

Delete a record from a specific domain.

You must know the Record ID to execute this command.

Usage

edjx domain record delete <record-UUID>
[-d, --domain <domain-UUID>]

Options

Option Required Type Description

<record-UUID>

Yes

UUID

The Record UUID to be deleted.

<domain-UUID>

No

UUID

The domain UUID associated 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 record

To delete a specific record:

  1. Make sure you are in the domain view.

    edjx config domain -i
  2. View the records associated with the domain.

    edjx domain records list
  3. Copy the Record ID of the record you want to delete.

  4. Execute the record delete command.

    edjx domain record delete <domain-UUID>