Delete a Pin
delete_pinterest_pinPermanently delete a Pinterest pin after verifying its details. First call returns the title, saves, and promoted status; second call with confirm and exact title finalizes deletion.
Instructions
PERMANENTLY delete a Pin. Pinterest has no undelete and no archive for one. Call it WITHOUT confirm first: nothing is deleted, and it answers with the Pin’s real title, its lifetime saves and impressions, and whether it HAS BEEN PROMOTED in an ad — all read back from Pinterest. Show the user that, get an unambiguous yes, then call again with confirm:true plus confirmName (its exact title) once it has saves or has been promoted, because confirming that you meant to delete SOMETHING does not prove you aimed at the right Pin. DELETING A PIN THAT AN AD PROMOTES pulls the creative out from under that ad, so check the promoted flag before agreeing. The verdict is read back from Pinterest, never taken from its 2xx. 0 credits. Needs Pinterest connected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pinId | Yes | numeric Pin id from list_pinterest_pins | |
| confirm | No | REQUIRED true — deletion is permanent | |
| confirmName | No | the Pin’s EXACT title as the unconfirmed call reported it — required once it has saves or has been promoted |