bdy distro delete

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

Delete distribution. Required scopes: DISTRIBUTION_MANAGE

ARGUMENTS
identifier
Human-readable ID of the distribution (required)
OPTIONS
-w, --workspace <domain>
Workspace URL handle. Can be set via variable: BUDDY_WORKSPACE
--scope <scope>
Force scope (WORKSPACE, PROJECT). By default calculated by provided options and environmental variables (--project, BUDDY_PROJECT, linked project)
-p, --project <name>
Project name. Can be set via variable: BUDDY_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 distribution
bdy distro rm distro-identifier$
Delete distribution and automatically confirm deletion
bdy distro rm -f distro-identifier$