Skip to content

Instantly share code, notes, and snippets.

@Kevinwlee
Created March 27, 2014 18:55
Show Gist options
  • Save Kevinwlee/9815278 to your computer and use it in GitHub Desktop.
Save Kevinwlee/9815278 to your computer and use it in GitHub Desktop.
[[CCHVaultService sharedService] deleteItem:item completion:^(NSDictionary *carbonResponse, NSError *error) {
if (!error) {
NSLog(@"Item Deleted %@", item);
} else {
NSLog(@"Error deleting item %@", item);
}
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment