bird realtime apps delete
Usage
Codebeispiel
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
Codebeispiel
bird realtime apps delete <id> --yesOptions
Safety
| Name | Description |
|---|---|
| --idempotency-key | Deduplication key; a retry with the same key won't act twice |
| --yes | Confirm a destructive action (required; the CLI never prompts) |
Related
| Name | Description |
|---|---|
| bird realtime apps create | Create a Realtime app |
| bird realtime apps get | Get a Realtime app |
| bird realtime apps list | List Realtime apps |
| bird realtime apps update | Update a Realtime app |