bird email threads delete
Usage
代码示例
bird email threads delete <thread-id> [flags]Description
Move a conversation and all its messages to trash (purged after 30 days), or delete permanently with --permanent.
This is destructive and cannot be undone; pass --yes to confirm.
Examples
代码示例
bird email threads 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) |
Options
| Name | Description |
|---|---|
| --permanent | Permanently delete — skip the 30-day restore window. |
Related
| Name | Description |
|---|---|
| bird email threads get | Get a thread |
| bird email threads list | List threads |
| bird email threads update | Update a thread |