Inputs
SelectItem
Output
Type:Dict
Confirms the board was deleted.
Fields: board_id, deleted
Example:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Deletes a board and every pin saved to it
| App | Pinterest Organic |
| Operation ID | pinterest_delete_board |
| Type | Action |
| Connection | pinterest (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Requires approval | Yes (write operation) |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
board | string or SelectItem | Yes | - | The board to delete. Accepts a board id, which pinterest_list_boards returns. Deleting a board also deletes every pin on it, and it is permanent. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | The value of the selectable item. |
label | string | Yes | - | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |
Dict
Confirms the board was deleted.
Fields: board_id, deleted
Example:
{
"board_id": "549755885175",
"deleted": true
}
