Skip to main content
DELETE
/
api
/
v1
/
misc
/
pinterest
/
pin
Delete a Pinterest pin
curl --request DELETE \
  --url https://api.bundle.social/api/v1/misc/pinterest/pin \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "teamId": "<string>",
  "postId": "<string>"
}
'
{
  "success": true
}

Authorizations

x-api-key
string
header
required

Body

application/json

Body

teamId
string
required
postId
string
required

The ID of the post in Bundle Social

Response

200

success
boolean
required