bird contacts delete
Usage
Codevoorbeeld
bird contacts delete <contact-id> [flags]Description
Delete a contact and remove it from every audience it belongs to. Suppression records for the address are unaffected.
This is destructive and cannot be undone; pass --yes to confirm.
Examples
Codevoorbeeld
bird contacts 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 contacts batch | Create or update many contacts in one request, matched by email. |
| bird contacts create | Create a contact by email address. |
| bird contacts get | Get a contact |
| bird contacts list | List contacts |
| bird contacts update | Update a contact's name, email, external-id, or custom data. |