bird preferences delete
Usage
Code example
bird preferences delete <preference-id> [flags]Description
Delete a recorded preference, returning its key to having no record at all. Refused on a statement the person made themselves: an unsubscribe or a stop keyword is theirs to reverse, not the workspace's.
This is destructive and cannot be undone; pass --yes to confirm.
Examples
Code example
bird preferences 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 |
|---|---|
| --response-schema | Print the fields this command returns, then exit |
Related
| Name | Description |
|---|---|
| bird preferences create | Record a preference |
| bird preferences get | Get a preference |
| bird preferences list | List preferences |