Inputs
Output
Type:Dict
Confirms the pin was deleted.
Fields: pin_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 pin from the account
| App | Pinterest Organic |
| Operation ID | pinterest_delete_pin |
| Type | Action |
| Connection | pinterest (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Requires approval | Yes (write operation) |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
pin_id | string | Yes | - | The id of the pin to delete, which pinterest_list_pins and pinterest_publish_pin return. Deletion is permanent. |
Dict
Confirms the pin was deleted.
Fields: pin_id, deleted
Example:
{
"pin_id": "813744226420795884",
"deleted": true
}
