bee category delete
Overview
Section titled “Overview”Delete a category
This action is irreversible.
bee category delete [flags] <CATEGORY>Arguments
Section titled “Arguments”-
CATEGORY - Category ID
-
-p,--project <id> - Project ID or project key (required)
-
-y,--yes - Skip confirmation prompt
-
--json <fields> - Output as JSON (optionally filter by field names, comma-separated)
-
-s,--space <hostname> - Space hostname
Examples
Section titled “Examples”Delete a category (with confirmation)
bee category delete 12345 -p PROJECTDelete without confirmation
bee category delete 12345 -p PROJECT --yesEnvironment variables
Section titled “Environment variables”-
BACKLOG_PROJECT - Project ID or project key (required)
-
BACKLOG_SPACE - Space hostname
-
BACKLOG_API_KEY - Authenticate with an API key
-
BACKLOG_PROJECT - Default project ID or project key