Command

nylas dashboard domains delete

Delete a registered domain.

Written by Qasim Muhammad Staff SRE

What does nylas dashboard domains delete do?

The nylas dashboard domains delete command removes a registered domain. It infers the region for existing domains when --region is omitted. Use it carefully because Agent Account addresses on that domain may stop receiving or sending mail after deletion.

Usage

nylas dashboard domains delete [domain-id-or-address] [--region <region>]

Flags

FlagDescription
--jsonOutput as JSON
--no-colorDisable color output
--verbose(-v)Enable verbose output
--configCustom config file path
--help(-h)Show help for the command
--limitLimit results (most list commands)
--yes(-y)Skip confirmation
--region(-r)Region to delete from (us or eu; inferred for existing domains when omitted)

Examples

The nylas dashboard domains delete command removes a registered domain.

Delete with confirmation

nylas dashboard domains delete myagent.nylas.email

Delete without a prompt

nylas dashboard domains delete d4056599-6d36-4a18-847c-7d033b7a939e --yes

Example output

✓ Domain deleted (dom_abc123)
  example.com is no longer registered in your organization.

Troubleshooting

Deletion removes an active Agent Account domain

List Agent Accounts first with `nylas agent account list` and keep any domain still used by production addresses.

Recommended guides

Run nylas dashboard domains delete --help for full help output.