-(AlfrescoRequest *) deleteNode:(AlfrescoNode *)node
        completionBlock:(AlfrescoBOOLCompletionBlock)completionBlock - Deletes the
      specified node.
    Parameters
- (AlfrescoNode *) node
 - The node to be deleted.
 - (NSDictionary *) properties
 - The properties to be applied to the specified node.
 - (AlfrescoBOOLCompletionBlock) completionBlock
 - The block that is called on completion of the operation. The block has the format typedef void (^AlfrescoBOOLCompletionBlock)(BOOL succeeded, NSError *error).
 
Returns
(AlfrescoRequest *)
Example