projectsdomains
domains delete
Remove a custom domain
Remove a custom domain from the linked project and revoke its TLS certificate.
This action cannot be undone. A confirmation prompt is shown unless --yes is
passed.
Usage
pgbeam domains delete <id> [flags]Options
| Option | Description | Required | Default |
|---|---|---|---|
<id> | ID of the domain to remove | Yes | - |
--yes, -y | Skip the confirmation prompt | No | false |
Global options
All global options (--token, --profile,
--project, --org, --json, --no-color, --debug) are also available on
this command.
Examples
# Delete a domain (with confirmation)
pgbeam domains delete dom_xxx
# Delete without confirmation
pgbeam domains delete dom_xxx --yesOutput
Prints a success message confirming the domain was deleted.