Search code examples
iosswiftpinterest

Is there a convenience method to delete a pin in the Pinterest IOS SDK?


Per the documentation (https://developers.pinterest.com/docs/sdks/ios/) there's a method to delete a board PDKClient.sharedInstance().deleteBoardbut I don't see anything to delete a pin?


Solution

  • Updating this... a pull request was added re: this issue: https://github.com/pinterest/ios-pdk/pull/56