band sip realm delete
Delete a SIP authentication realm
Synopsis
Deletes a realm. Deletion is asynchronous (the API returns 202). A realm that still has SIP credentials, or that is the account default, cannot be deleted.
band sip realm delete <realm-id-or-name> [flags]
Examples
band sip realm delete vapi --wait
Options
-h, --help help for delete
--timeout int Seconds to wait when --wait is set (default 60)
--wait Block until the realm is fully deleted
Options inherited from parent commands
--account-id string Bandwidth account ID (overrides config)
--environment string API environment: prod, test (overrides config)
--format string Output format: json or table (default "json")
--plain Simplified flat JSON output (recommended for scripts and agents)
SEE ALSO
- band sip realm - Manage SIP authentication realms