# `bird whatsapp groups pins delete`

## Usage

```bash
bird whatsapp groups pins delete <group-id> <message-id> [flags]
```

## Description

Unpin one of the group's messages before its pin expires. Repeating the call is safe: a message this group carries that is not pinned changes nothing and still answers 200. A message from another group returns a 422 WhatsAppMessageNotInGroup.

This is destructive and cannot be undone; pass --yes to confirm.

## Examples

```bash
bird whatsapp groups pins delete <group-id> <message-id> --yes
```

## Options

#### 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 whatsapp groups pins create`](/docs/cli/reference/whatsapp-groups-pins-create) | Pin a message in a WhatsApp group |

## Related resources

- [Should I use a Bird SDK or call the API directly?](/explained/platform/should-i-use-an-sdk-or-call-the-api-directly) (answer)
- [Build your first integration](/learn/paths/integration) (course)
- [Send your first email](/docs/get-started/send-your-first-email) (docs)

[Get an implementation brief](/learn/workspace?topic=api-basics)
