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
}Permanently delete a published 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
}Was this page helpful?