Skip to content

Instantly share code, notes, and snippets.

@funkyboy
Last active August 29, 2015 14:06
Show Gist options
  • Select an option

  • Save funkyboy/2b3b8c9a8a8c2be5b0ea to your computer and use it in GitHub Desktop.

Select an option

Save funkyboy/2b3b8c9a8a8c2be5b0ea to your computer and use it in GitHub Desktop.
BaasBox.deleteObject("123-456-789", "posts")
.done(function(res) {
console.log("res ", res);
})
.fail(function(error) {
console.log("error ", error);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment