PgBeam
PgBeam Docs
projectsdomains

domains delete

Delete a custom domain

Removes a custom domain from the project and revokes its TLS certificate.

Usage

pgbeam domains delete <id> [flags]

Options

OptionDescriptionRequiredDefault
<id>Yes-
--yes, -ySkip the confirmation prompt (useful for scripts and CI/CD)No-

Global options

All global options (--token, --profile, --project, --org, --json, --no-color, --no-trunc, --debug) are also available on this command.

Examples

# Delete a custom domain
pgbeam domains delete

# Output as JSON
pgbeam domains delete --json

Output

Renders a human-readable table or detail view by default; pass --json for the raw API response.

On this page