Documentation
Sign inGet started

bird realtime apps delete

Usage

Exemplo de código
bird realtime apps delete <realtime-app-id> [flags]

Description

Permanently delete a Realtime app: every connected client is disconnected and all of the app's keys and configuration go with it. There is no soft-delete and no restore, and clients holding one of its keys start failing immediately.
This is destructive and cannot be undone; pass --yes to confirm.

Examples

Exemplo de código
bird realtime apps delete <id> --yes

Options

Safety

NameDescription
--idempotency-keyDeduplication key; a retry with the same key won't act twice
--yesConfirm a destructive action (required; the CLI never prompts)
NameDescription
bird realtime apps createCreate a Realtime app
bird realtime apps getGet a Realtime app
bird realtime apps listList Realtime apps
bird realtime apps updateUpdate a Realtime app