bdy distro route delete

$bdy distro route delete|rm [options] <identifier> <route-id>

Delete route. Required scopes: DISTRIBUTION_MANAGE

ARGUMENTS
identifier
Human-readable ID of the distribution (required)
route-id
ID of the route (find via "bdy distro route ls") (required)
OPTIONS
-w, --workspace <domain>
Workspace URL handle. Can be set via variable: BUDDY_WORKSPACE
-p, --project <name>
Project name. Can be set via variable: BUDDY_PROJECT
--scope <scope>
Force scope (WORKSPACE, PROJECT). By default calculated by provided options and environmental variables (--project, BUDDY_PROJECT, linked project)
-f, --force
Skip confirmation prompt
-h, --help
display help for command

Documentation for bdy v1.22.80

Last modified on Jun 30, 2026

Examples

Delete route (find by "bdy distro route ls distro-identifier")
bdy distro route rm distro-identifier route-id$